Skip to content

Commit

Permalink
0.16.35
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed May 25, 2016
1 parent e52ad9b commit 55bdd5c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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.34",
"version": "0.16.35",
"main": "./api.js",
"author": "",
"dependencies": {
Expand All @@ -21,8 +21,8 @@
"rimraf": "^2.4.4",
"rsvp": "^3.1.0",
"semver": "^5.1.0",
"systemjs": "0.19.27",
"systemjs-builder": "0.15.16",
"systemjs": "0.19.29",
"systemjs-builder": "0.15.17",
"traceur": "0.0.105",
"uglify-js": "^2.6.1"
},
Expand Down
2 changes: 1 addition & 1 deletion testlibs/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ System.config({
"voxel-demo": "npm:[email protected]",
"github:components/[email protected]": {
"handlebars.js": "github:components/[email protected]",
"jquery": "github:components/jquery@2.1.4"
"jquery": "npm:jquery@2.2.4"
},
"github:jspm/[email protected]": {
"assert": "npm:[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion testlibs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"bootstrap": "twbs/bootstrap@^3.3.1",
"clean-css": "npm:clean-css@^3.3.3",
"css": "systemjs/plugin-css@master",
"d3": "mbostock/d3@^3.4.13",
"d3": "d3/d3@^3.4.13",
"ember": "components/[email protected]",
"jquery": "components/jquery@^2.1.1",
"mocha": "npm:mocha@^1.21.5",
Expand Down

0 comments on commit 55bdd5c

Please sign in to comment.