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

Commit

Permalink
0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Aug 3, 2015
1 parent b85d3c7 commit efaaeed
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"name": "systemjs-builder",
"version": "0.12.2",
"version": "0.13.0",
"description": "SystemJS Build Tool",
"main": "index.js",
"dependencies": {
"es6-template-strings": "^1.0.0",
"glob": "^5.0.10",
"glob": "^5.0.14",
"mkdirp": "^0.5.1",
"rsvp": "^3.0.18",
"source-map": "^0.4.2",
"systemjs": "git://github.com/systemjs/systemjs#master",
"traceur": "0.0.90",
"rsvp": "^3.0.20",
"source-map": "^0.4.4",
"systemjs": "^0.18.5",
"traceur": "0.0.91",
"uglify-js": "^2.4.23"
},
"devDependencies": {
"babel-core": "^5.8.9",
"babel-core": "^5.8.20",
"chai": "^3.0.0",
"es6-module-loader": "^0.17.1",
"es6-module-loader": "^0.17.4",
"mocha": "^2.2.5",
"mocha-phantomjs": "^3.5.3",
"phantomjs": "1.9.7-15",
Expand Down

0 comments on commit efaaeed

Please sign in to comment.