Skip to content

Commit

Permalink
install latest version via npm
Browse files Browse the repository at this point in the history
  • Loading branch information
WebReflection committed Aug 21, 2015
1 parent 1a7c506 commit 512d4f5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
"install-global-dev": "node -e '(function(o){for(var k in o)require(\"child_process\").spawn(\"npm\",[\"install\",\"-g\",k+\"@\"+o[k]]).on(\"exit\",console.log.bind(console,k+\"@\"+o[k]));}(require(\"package.json\").globalDevDependencies))'"
},
"globalDevDependencies": {
"uglify-js": "1.x",
"jshint": "~2.x",
"browserify": "~0.0.0",
"watchify": "~0.0.0",
"phantomjs": "~0.0.0",
"polpetta": "~0.3.x"
"uglify-js": "1",
"jshint": "2",
"browserify": "*",
"watchify": "*",
"phantomjs": "*",
"polpetta": "*"
},
"devDependencies": {
"wru": "~0.2.x"
"wru": "*"
}
}

0 comments on commit 512d4f5

Please sign in to comment.