-
-
Notifications
You must be signed in to change notification settings - Fork 272
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6e35425
commit 8f86721
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.0", | ||
"version": "0.16.1", | ||
"main": "./api.js", | ||
"author": "", | ||
"dependencies": { | ||
|
@@ -20,8 +20,8 @@ | |
"rimraf": "^2.4.0", | ||
"rsvp": "^3.0.18", | ||
"semver": "^5.0.1", | ||
"systemjs": "0.18.11", | ||
"systemjs-builder": "^0.13.2", | ||
"systemjs": "^0.18.14", | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
guybedford
Author
Member
|
||
"systemjs-builder": "0.13.4", | ||
"traceur": "0.0.91", | ||
"uglify-js": "~2.4.23" | ||
}, | ||
|
Just curious why the ^ was added? I thought that after JSPM 0.16 the SystemJS version would be explicitly locked unless you ran jspm dl-loader --latest?