Skip to content

Commit

Permalink
0.16.13
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Oct 19, 2015
1 parent f70c69e commit c458ad3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions lib/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ var tPackages = {
'babel': 'npm:babel-core@^5.8.24',
'babel-runtime': 'npm:babel-runtime@^5.8.24',
'core-js': 'npm:core-js@^1.1.4',
'traceur': 'github:jmcriffey/[email protected].91',
'traceur-runtime': 'github:jmcriffey/[email protected].91',
'traceur': 'github:jmcriffey/[email protected].92',
'traceur-runtime': 'github:jmcriffey/[email protected].92',
'typescript': 'npm:typescript@^1.6.2'
};

Expand Down
12 changes: 6 additions & 6 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.12",
"version": "0.16.13",
"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.13.3",
"jspm-npm": "^0.25.0",
"jspm-github": "^0.13.6",
"jspm-npm": "^0.25.3",
"jspm-registry": "^0.4.0",
"liftoff": "^2.1.0",
"minimatch": "^2.0.8",
Expand All @@ -20,9 +20,9 @@
"rimraf": "^2.4.0",
"rsvp": "^3.0.18",
"semver": "^5.0.1",
"systemjs": "0.19.4",
"systemjs-builder": "0.14.8",
"traceur": "0.0.91",
"systemjs": "0.19.5",
"systemjs-builder": "0.14.9",
"traceur": "0.0.92",
"uglify-js": "~2.4.23"
},
"registry": "npm",
Expand Down

0 comments on commit c458ad3

Please sign in to comment.