jspm 0.16.54 → 0.16.55

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -10,7 +10,7 @@ Optionally lock down jspm for the project:
10
10
 
11
11
  ```
12
12
  cd my-project
13
- npm install jspm --save-dev
13
+ npm install jspm@0.16x --save-dev
14
14
  ```
15
15
 
16
16
  > It is advisable to locally install to lock the version of jspm.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "jspm",
3
3
  "description": "Registry and format agnostic JavaScript package manager",
4
- "version": "0.16.54",
4
+ "version": "0.16.55",
5
5
  "main": "./api.js",
6
6
  "author": "",
7
7
  "dependencies": {