Skip to content

Commit

Permalink
#8 upgrade loadhash to 4.17.21
Browse files Browse the repository at this point in the history
  • Loading branch information
clancytom committed Dec 7, 2021
1 parent aa8fc2b commit b00d0ca
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@
"grunt-cli": "^1.2.0"
},
"scripts": {
"build":"grunt",
"commit": "git-cz",
"test-i18n": "jasmine-node i18n/spec",
"test-i18n-ucd": "jasmine-node i18n/ucd/spec"
"build":"grunt"
},
"devDependencies": {
"grunt": "^1.0.1",
Expand All @@ -40,7 +37,7 @@
"gulp-uglify": "^1.0.1",
"gulp-util": "^3.0.1",
"load-grunt-tasks": "^3.5.0",
"lodash": "~2.4.1",
"lodash": ">=4.17.21",
"npm-run": "^4.1.0",
"serve-favicon": "^2.3.0"
},
Expand All @@ -51,6 +48,10 @@
"style": "ultimate",
"nohook": true
},
"files":[
"u-ultimate.js",
"u-ultimate.min.js"
],
"config": {
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
Expand Down

0 comments on commit b00d0ca

Please sign in to comment.