Skip to content

Commit

Permalink
0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Aug 24, 2015
1 parent 6e35425 commit 8f86721
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.18.11';
var systemVersion = '0.18.14';

var tPackages = {
'babel': 'npm:babel-core@^5.8.22',
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.0",
"version": "0.16.1",
"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.18.11",
"systemjs-builder": "^0.13.2",
"systemjs": "^0.18.14",

This comment has been minimized.

Copy link
@NicholasGWK

NicholasGWK Aug 26, 2015

Just curious why the ^ was added? I thought that after JSPM 0.16 the SystemJS version would be explicitly locked unless you ran jspm dl-loader --latest?

This comment has been minimized.

Copy link
@guybedford

guybedford Aug 26, 2015

Author Member

This is a typo actually - we should lock it, at least until this branch of SystemJS has settled to a certain level of stability.

"systemjs-builder": "0.13.4",
"traceur": "0.0.91",
"uglify-js": "~2.4.23"
},
Expand Down

0 comments on commit 8f86721

Please sign in to comment.