Skip to content

Commit

Permalink
add missing cli package
Browse files Browse the repository at this point in the history
  • Loading branch information
jehy committed Jul 2, 2024
1 parent 4e7702b commit 48bcbb7
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,24 @@
"dependencies": {},
"devDependencies": {
"grunt": "0.4.0",
"grunt-contrib-copy": "0.4.0",
"grunt-contrib-concat": "0.1.2rc6",
"grunt-cli": "0.1.13",
"grunt-contrib-clean": "0.4.0rc6",
"grunt-contrib-coffee": "0.4.0",
"grunt-contrib-uglify": "0.1.1rc6",
"grunt-contrib-compass": "0.1.1rc8",
"grunt-contrib-jshint": "0.1.1rc6",
"grunt-contrib-mincss": "0.4.0-rc7",
"grunt-contrib-concat": "0.1.2rc6",
"grunt-contrib-connect": "0.1.1rc6",
"grunt-contrib-clean": "0.4.0rc6",
"grunt-contrib-copy": "0.4.0",
"grunt-contrib-htmlmin": "0.1.1rc7",
"grunt-contrib-imagemin": "0.1.1rc8",
"grunt-contrib-jshint": "0.1.1rc6",
"grunt-contrib-livereload": "0.1.0rc8",
"grunt-usemin": "~0.1.7",
"grunt-regarde": "~0.1.1",
"grunt-requirejs": "~0.4.0",
"grunt-contrib-mincss": "0.4.0-rc7",
"grunt-contrib-uglify": "0.1.1rc6",
"grunt-mocha": "1.2.0",
"grunt-open": "~0.1.0",
"grunt-regarde": "~0.1.1",
"grunt-requirejs": "~0.4.0",
"grunt-usemin": "~0.1.7",
"matchdep": "~0.1.1"
},
"engines": {
Expand Down

0 comments on commit 48bcbb7

Please sign in to comment.