Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Aug 13, 2023
1 parent 808e416 commit 1d0f4f9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/NPM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: actions/[email protected]
with:
node-version: "18"
registry-url: https://npm.pkg.github.com/
registry-url: "https://registry.npmjs.org"

- run: npm install -g npm

Expand All @@ -38,4 +38,4 @@ jobs:
npm install --legacy-peer-deps
npm publish --legacy-peer-deps --provenance
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4 changes: 4 additions & 0 deletions NPM/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.6

- Cleanup

## 0.1.5

- Cleanup
Expand Down
2 changes: 1 addition & 1 deletion NPM/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ npm install -D -E syclone
"prepublishOnly": "Syclone 'Source/**/*.ts'"
},
"dependencies": {
"syclone": "0.1.5"
"syclone": "0.1.6"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion NPM/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "syclone",
"version": "0.1.5",
"version": "0.1.6",
"private": false,
"description": "🌀 Builds all JavaScript files from TypeScript within a given folder using esbuild.",
"keywords": [
Expand Down

0 comments on commit 1d0f4f9

Please sign in to comment.