Skip to content

Commit

Permalink
Fixes #18 removes unused packages
Browse files Browse the repository at this point in the history
  • Loading branch information
stusmall committed Oct 12, 2023
1 parent 4f74632 commit 35701fe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/yarn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "18.16"
node-version: "18.18.1"
- run: yarn install
- run: yarn test
8 changes: 0 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,18 +55,10 @@
},
"devDependencies": {
"bluebird": "^3.2.1",
"browserify": "^13.0.1",
"browserify-istanbul": "^2.0.0",
"buffer-equal": "^1.0.0",
"codecov": "^3.0.4",
"coveralls": "^3.0.2",
"function-bind": "^1.0.2",
"karma": "^6.4.2",
"karma-browserify": "^5.0.1",
"karma-cli": "^2.0.0",
"karma-coverage": "^2.0.3",
"karma-phantomjs-launcher": "^1.0.0",
"karma-tap": "^4.2.0",
"nyc": "^15.1.0",
"phantomjs-prebuilt": "^2.1.3",
"rimraf": "^2.2.8",
Expand Down

0 comments on commit 35701fe

Please sign in to comment.