Skip to content

Commit

Permalink
Merge pull request yui#23 from louisbuchbinder/fix
Browse files Browse the repository at this point in the history
move mocha to devDeps
  • Loading branch information
davglass authored Jul 14, 2017
2 parents 376ba09 + 6310312 commit 24200ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "yuglify",
"description": "cli wrapper for uglify and cssmin used by YUI",
"version": "1.0.0",
"version": "1.0.1",
"dependencies": {
"mocha": "^3.4.2",
"nopt": "~2.1.1",
"uglify-js": "^2.8.29",
"ycssmin": "~1.0.1"
},
"devDependencies": {
"jshint": "^2.9.5",
"mocha": "^3.4.2",
"vows": "*",
"yui-lint": "^0.2.0"
},
Expand Down

0 comments on commit 24200ba

Please sign in to comment.