Compare commits
3 Commits
4ad844468f
...
1.0.2
| Author | SHA1 | Date | |
|---|---|---|---|
| 9978667571 | |||
| 66173ac4f7 | |||
| 85fbdce1d5 |
@@ -17,4 +17,4 @@ jobs:
|
||||
uses: https://git.thorup.us/actions/npm_publish@v1
|
||||
with:
|
||||
npm_repo_key: ${{ secrets.NPM_REPO_KEY }}
|
||||
npm_repo_domain: "npm.thorup.us"
|
||||
npm_repo_domain: ${{ variables.NPM_REPO_DOMAIN }}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "interactor",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"description": "Cross-element communications and state management utility.",
|
||||
"author": "Bryce Thorup",
|
||||
"type": "module",
|
||||
|
||||
Reference in New Issue
Block a user