Skip to content

Commit

Permalink
0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Jan 30, 2015
1 parent 3420ace commit ac071f2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
@@ -1,26 +1,26 @@
{
"name": "jspm",
"description": "Registry and format agnostic JavaScript package manager",
"version": "0.10.6",
"version": "0.11.0",
"main": "./api.js",
"author": "",
"dependencies": {
"glob": "~4.3.2",
"graceful-fs": "^3.0.5",
"jspm-github": "~0.9.11",
"jspm-npm": "~0.16.0",
"jspm-github": "~0.10.0",
"jspm-npm": "~0.17.0",
"jspm-registry": "~0.3.2",
"liftoff": "^0.13.2",
"minimatch": "^0.2.14",
"mkdirp": "~0.3.5",
"mkdirp": "~0.5.0",
"ncp": "~0.6.0",
"request": "^2.51.0",
"rimraf": "~2.2.2",
"rsvp": "~3.0.3",
"rsvp": "~3.0.16",
"semver": "~4.0.3",
"systemjs-builder": "~0.5.3",
"systemjs": "^0.11.2",
"traceur": "0.0.79",
"systemjs-builder": "~0.6.0",
"systemjs": "^0.12.1",
"traceur": "0.0.82",
"uglify-js": "~2.4.10"
},
"registry": "npm",
Expand Down

0 comments on commit ac071f2

Please sign in to comment.