Skip to content

Commit

Permalink
0.16.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Jun 22, 2015
1 parent 85a9c22 commit b454d33
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions lib/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ var toFileURL = require('./common').toFileURL;
var core = module.exports;

// we always download the latest semver compatible version
var systemVersion = '^0.18.1';
var systemVersion = '^0.18.2';

var tPackages = {
'babel': 'npm:babel-core@^5.5.8',
'babel-runtime': 'npm:babel-runtime@^5.5.8',
'babel': 'npm:babel-core@^5.6.4',
'babel-runtime': 'npm:babel-runtime@^5.6.4',
'core-js': 'npm:core-js@^0.9.17',
'traceur': 'github:jmcriffey/[email protected]',
'traceur-runtime': 'github:jmcriffey/[email protected]',
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "jspm",
"description": "Registry and format agnostic JavaScript package manager",
"version": "0.16.0-beta.2",
"version": "0.16.0-beta.3",
"main": "./api.js",
"author": "",
"dependencies": {
"chalk": "^1.0.0",
"core-js": "^0.9.17",
"glob": "^5.0.10",
"graceful-fs": "^3.0.8",
"jspm-github": "^0.12.1",
"jspm-npm": "^0.23.0",
"jspm-github": "^0.12.2",
"jspm-npm": "^0.23.2",
"jspm-registry": "^0.4.0",
"liftoff": "^2.1.0",
"minimatch": "^2.0.8",
Expand All @@ -20,8 +20,8 @@
"rimraf": "^2.4.0",
"rsvp": "^3.0.18",
"semver": "^4.3.6",
"systemjs": "^0.18.1",
"systemjs-builder": "^0.12.0",
"systemjs": "^0.18.2",
"systemjs-builder": "^0.12.1",
"traceur": "0.0.90",
"uglify-js": "~2.4.23"
},
Expand Down

0 comments on commit b454d33

Please sign in to comment.