Skip to content

Commit

Permalink
0.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Jan 8, 2015
1 parent 03625f5 commit b016e14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package.json
@@ -1,14 +1,14 @@
{
"name": "jspm",
"description": "Registry and format agnostic JavaScript package manager",
"version": "0.10.3",
"version": "0.10.4",
"main": "./api.js",
"author": "",
"dependencies": {
"glob": "~4.3.2",
"graceful-fs": "^3.0.5",
"jspm-github": "~0.9.8",
"jspm-npm": "~0.15.0",
"jspm-github": "~0.9.9",
"jspm-npm": "~0.15.1",
"jspm-registry": "~0.3.2",
"liftoff": "^0.13.2",
"minimatch": "^0.2.14",
Expand Down
3 changes: 1 addition & 2 deletions testlibs/config.js
Expand Up @@ -24,8 +24,7 @@ System.config({
"buffer": "npm:buffer@3.0.1"
},
"github:jspm/nodelibs-constants@0.1.0": {
"constants-browserify": "npm:constants-browserify@0.0.1",
"systemjs-json": "github:systemjs/plugin-json@0.1.0"
"constants-browserify": "npm:constants-browserify@0.0.1"
},
"github:jspm/nodelibs-events@0.1.0": {
"events-browserify": "npm:events-browserify@0.0.1"
Expand Down

0 comments on commit b016e14

Please sign in to comment.