Skip to content

Commit

Permalink
Fix CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasrw committed Oct 6, 2022
1 parent 7240190 commit e3d1ac8
Show file tree
Hide file tree
Showing 3 changed files with 4,134 additions and 4,235 deletions.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npm test
yarn test-format || (echo please format using 'yarn format' && exit 1)
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@
"postversion": "npm publish && git push && git push --tags && echo \"Successfully released version $npm_package_version\""
},
"dependencies": {
"dom-storage": "^2.1.0",
"es6-promise": "^4.2.6",
"lodash": "^4.17.21",
"request": "^2.88.2",
"xlsx": "^0.18",
"yargs": "^16"
"dom-storage": "2.1.0",
"es6-promise": "4.2.6",
"lodash": "4.17.21",
"request": "2.88.2",
"xlsx": "0.18",
"yargs": "16"
},
"devDependencies": {
"blueimp-md5": "2.19.0",
Expand All @@ -70,7 +70,7 @@
"gulp-replace": "1.1.3",
"gulp-shell": "0.8.0",
"gulp-uglify": "3.0.2",
"husky": "6.0.0",
"husky": "^6.0.0",
"lint-staged": "13.0.3",
"mocha": "10.0.0",
"mocha.parallel": "0.15.6",
Expand Down
Loading

0 comments on commit e3d1ac8

Please sign in to comment.