mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-09-27 07:24:18 +08:00
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:
commit
7d50231d21
1 changed files with 2 additions and 2 deletions
|
@ -53,7 +53,7 @@
|
|||
"firefox esr"
|
||||
],
|
||||
"devDependencies": {
|
||||
"Progress.js": "github:usablica/progress.js#0.1.0",
|
||||
"Progress.js": "github:usablica/progress.js#v0.1.0",
|
||||
"autolinker": "1.4.2",
|
||||
"babel-core": "6.23.1",
|
||||
"babel-eslint": "7.1.1",
|
||||
|
@ -101,7 +101,7 @@
|
|||
"json-loader": "0.5.4",
|
||||
"json3": "3.3.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",
|
||||
"lightgallery": "1.2.21",
|
||||
"matchmedia-polyfill": "0.3.0",
|
||||
|
|
Loading…
Add table
Reference in a new issue