Skip to content

Commit

Permalink
Merge pull request #50 from s-i-l-k-e/master
Browse files Browse the repository at this point in the history
Fixes npm publish action
  • Loading branch information
s-i-l-k-e committed Feb 18, 2020
2 parents 81dd651 + 2a14c86 commit 54f664e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-npm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
runs-on: [ubuntu-latest]
steps:
- uses: actions/checout@v2
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 10
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
},
"keywords": [],
"author": "ACSA <[email protected]> (https://aristotlemetadata.com)",
"private": true,
"license": "BSD-3 Clause",
"bugs": {
"url": "https://github.com/Aristotle-Metadata-Enterprises/aristotle-tooltip/issues"
Expand Down

0 comments on commit 54f664e

Please sign in to comment.