Skip to content

Commit

Permalink
0.16.16
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Dec 15, 2015
1 parent eddf80e commit 7435956
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
{
"name": "jspm",
"description": "Registry and format agnostic JavaScript package manager",
"version": "0.16.15",
"version": "0.16.16",
"main": "./api.js",
"author": "",
"dependencies": {
"chalk": "^1.0.0",
"core-js": "^0.9.17",
"glob": "^5.0.10",
"graceful-fs": "^3.0.8",
"chalk": "^1.1.1",
"core-js": "^1.2.6",
"glob": "^6.0.1",
"graceful-fs": "^4.1.2",
"jspm-github": "^0.13.9",
"jspm-npm": "^0.25.3",
"jspm-registry": "^0.4.0",
"liftoff": "^2.1.0",
"minimatch": "^2.0.8",
"liftoff": "^2.2.0",
"minimatch": "^3.0.0",
"mkdirp": "~0.5.1",
"ncp": "^2.0.0",
"proper-lockfile": "^1.0.2",
"request": "^2.58.0",
"rimraf": "^2.4.0",
"rsvp": "^3.0.18",
"semver": "^5.0.1",
"systemjs": "0.19.6",
"systemjs-builder": "0.14.11",
"traceur": "0.0.92",
"uglify-js": "~2.4.23"
"request": "^2.67.0",
"rimraf": "^2.4.4",
"rsvp": "^3.1.0",
"semver": "^5.1.0",
"systemjs": "0.19.7",
"systemjs-builder": "0.14.12",
"traceur": "0.0.93",
"uglify-js": "^2.6.1"
},
"registry": "npm",
"devDependencies": {
Expand Down

0 comments on commit 7435956

Please sign in to comment.