Skip to content
This repository has been archived by the owner on Oct 9, 2020. It is now read-only.

Commit

Permalink
update package.json dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Jun 16, 2015
1 parent 7e94af6 commit 17a8238
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@
"description": "SystemJS Build Tool",
"main": "index.js",
"dependencies": {
"glob": "^5.0.3",
"mkdirp": "^0.5.0",
"rsvp": "^3.0.17",
"source-map": "^0.4.1",
"systemjs": "^0.17.1",
"glob": "^5.0.10",
"mkdirp": "^0.5.1",
"rsvp": "^3.0.18",
"source-map": "^0.4.2",
"systemjs": "^0.18.0",
"traceur": "0.0.90",
"uglify-js": "^2.4.17"
"uglify-js": "^2.4.23"
},
"devDependencies": {
"babel-core": "^5.0.12",
"chai": "^1.10.0",
"es6-module-loader": "^0.17.0",
"babel-core": "^5.5.8",
"chai": "^3.0.0",
"es6-module-loader": "^0.17.1",
"mocha": "^2.2.5",
"mocha-phantomjs": "^3.5.3",
"phantomjs": "^1.9.17",
Expand Down

0 comments on commit 17a8238

Please sign in to comment.