Skip to content

Commit

Permalink
chore(misc): Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus authored and btford committed Apr 20, 2013
1 parent 60b1ea7 commit fe1b83c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "Yeoman generator for AngularJS",
"keywords": [
"yeoman-generator",
"scaffold",
"framework",
"component",
"front-end",
Expand All @@ -18,15 +19,15 @@
"url": "git://github.com/yeoman/generator-angular.git"
},
"scripts": {
"test": "mocha test"
"test": "mocha"
},
"dependencies": {
"yeoman-generator": "~0.10.3"
"yeoman-generator": "~0.10.5"
},
"devDependencies": {
"mocha": "~1.8.1",
"mocha": "~1.9.0",
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.1.1",
"grunt-contrib-jshint": "~0.4.3",
"grunt-conventional-changelog": "~0.0.12",
"marked": "~0.2.8",
"semver": "~1.1.4",
Expand Down

0 comments on commit fe1b83c

Please sign in to comment.