Skip to content

Commit

Permalink
Fixed grunt-browserify dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry committed May 13, 2014
1 parent df7741c commit a621ffe
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions package.json
Expand Up @@ -21,7 +21,6 @@
"devDependencies": {
"grunt": "0.4.4",
"grunt-cli": "0.1.13",
"grunt-browserify": "2.0.8",
"grunt-contrib-clean": "0.5.0",
"load-grunt-tasks": "0.4.0",
"grunt-docular": "0.1.2",
Expand All @@ -43,15 +42,14 @@
"karma-mocha": "~0.1.3",
"karma-sinon": "~1.0.3",
"time-grunt": "~0.3.1",
"browserify": "~4.1.2"
"browserify": "^3.46.1",
"grunt-browserify": "^2.0.8"
},
"scripts": {
"test": "node node_modules/grunt-cli/bin/grunt test"
},
"dependencies": {
"observe-js": "0.1.0",
"mout": "0.9.1",
"browserify": "^3.46.1",
"grunt-browserify": "^2.0.8"
"mout": "0.9.1"
}
}

0 comments on commit a621ffe

Please sign in to comment.