Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

Commit

Permalink
Update npm dependencies
Browse files Browse the repository at this point in the history
- Fix some NPM warn errors about peerDependencies
- Fix license format (see https://spdx.org/licenses/)
  • Loading branch information
adidahiya committed Jul 1, 2015
1 parent 508137a commit 025d633
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,19 @@
"underscore.string": "~2.3.3"
},
"devDependencies": {
"chai": "~1.7.2",
"grunt": "~0.4.1",
"grunt-cli": "~0.1.9",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "~0.5.0",
"grunt-jscs": "~1.8.0",
"grunt-mocha-test": "~0.6.2",
"chai": "^3.0.0",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.9",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-jscs": "^1.8.0",
"grunt-mocha-test": "^0.12.7",
"grunt-run": "^0.3.0",
"grunt-ts": "~4.1.0",
"grunt-tslint": "~2.0.0",
"grunt-ts": "^4.1.0",
"grunt-tslint": "^2.3.1-beta",
"mocha": "^2.2.5",
"tslint": "^2.3.1-beta",
"typescript": "1.5.0-beta"
},
"license": "Apache 2.0"
"license": "Apache-2.0"
}

0 comments on commit 025d633

Please sign in to comment.