Skip to content

Commit

Permalink
Merge pull request #4 from SkwalExe/initial-release
Browse files Browse the repository at this point in the history
initial release
  • Loading branch information
SkwalExe authored May 16, 2024
2 parents 8263917 + ff713c5 commit 1d822c6
Show file tree
Hide file tree
Showing 38 changed files with 9,524 additions and 5,806 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/npm_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ on:
paths:
- 'package.json'
- 'package-lock.json'
- '**.js'

jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
- run: npm install
- uses: JS-DevTools/npm-publish@v1
node-version: 20
- run: npm install --include=dev
- run: npm run build
- uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules/
node_modules/
dist/
23 changes: 0 additions & 23 deletions CITATION.md

This file was deleted.

134 changes: 0 additions & 134 deletions CODE_OF_CONDUCT.md

This file was deleted.

93 changes: 0 additions & 93 deletions CONTRIBUTING.md

This file was deleted.

Loading

0 comments on commit 1d822c6

Please sign in to comment.