Skip to content

Commit

Permalink
chore: update devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
twada committed Apr 5, 2021
1 parent 0556dee commit 1cfc92f
Show file tree
Hide file tree
Showing 3 changed files with 619 additions and 60 deletions.
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"postinstall": "npm pack .. | xargs npm install --no-save",
"test": "mocha",
"travis-test": "npm i && mocha test/pass-test.js"
"ci-test": "npm i && mocha test/pass-test.js"
},
"directories": {
"test": "test/"
Expand All @@ -15,7 +15,7 @@
"license": "MIT",
"devDependencies": {
"espower-loader": "^1.0.0",
"mocha": "^3.0.0",
"mocha": "^8.0.0",
"power-assert": "^1.0.0"
}
}
Loading

0 comments on commit 1cfc92f

Please sign in to comment.