Skip to content

Commit

Permalink
0.16.7
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Sep 22, 2015
1 parent facf3a2 commit bdc774f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ var toFileURL = require('./common').toFileURL;
var core = module.exports;

// we always download the latest semver compatible version
var systemVersion = '0.19.0';
var systemVersion = '0.19.1';

var tPackages = {
'babel': 'npm:babel-core@^5.8.24',
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jspm",
"description": "Registry and format agnostic JavaScript package manager",
"version": "0.16.6",
"version": "0.16.7",
"main": "./api.js",
"author": "",
"dependencies": {
Expand All @@ -20,8 +20,8 @@
"rimraf": "^2.4.0",
"rsvp": "^3.0.18",
"semver": "^5.0.1",
"systemjs": "0.19.0",
"systemjs-builder": "0.14.3",
"systemjs": "0.19.1",
"systemjs-builder": "0.14.4",
"traceur": "0.0.91",
"uglify-js": "~2.4.23"
},
Expand Down

0 comments on commit bdc774f

Please sign in to comment.