Merge pull request #1365 from edeckers/feature/fix-npm-github-package-version-numbers

Fix npm version numbers for Github packages
This commit is contained in:
RainLoop Team 2017-03-14 00:28:00 +03:00 committed by GitHub
commit 7d50231d21

View file

@ -53,7 +53,7 @@
"firefox esr" "firefox esr"
], ],
"devDependencies": { "devDependencies": {
"Progress.js": "github:usablica/progress.js#0.1.0", "Progress.js": "github:usablica/progress.js#v0.1.0",
"autolinker": "1.4.2", "autolinker": "1.4.2",
"babel-core": "6.23.1", "babel-core": "6.23.1",
"babel-eslint": "7.1.1", "babel-eslint": "7.1.1",
@ -101,7 +101,7 @@
"json-loader": "0.5.4", "json-loader": "0.5.4",
"json3": "3.3.2", "json3": "3.3.2",
"knockout": "3.4.2", "knockout": "3.4.2",
"knockout-projections": "github:stevesanderson/knockout-projections#1.1.0", "knockout-projections": "github:stevesanderson/knockout-projections#v1.1.0",
"knockout-sortable": "0.14.1", "knockout-sortable": "0.14.1",
"lightgallery": "1.2.21", "lightgallery": "1.2.21",
"matchmedia-polyfill": "0.3.0", "matchmedia-polyfill": "0.3.0",