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