Skip to content

Commit

Permalink
0.16.10
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Sep 24, 2015
1 parent 3788d7c commit a924c1c
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.2';
var systemVersion = '0.19.3';

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.9",
"version": "0.16.10",
"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.2",
"systemjs-builder": "0.14.5",
"systemjs": "0.19.3",
"systemjs-builder": "0.14.6",
"traceur": "0.0.91",
"uglify-js": "~2.4.23"
},
Expand Down

0 comments on commit a924c1c

Please sign in to comment.