feat(build-system): prefix some dependencies with "semver:" (#2690)

This makes both npm and yarn to work
pull/2712/head
linquize 2019-02-14 07:13:48 +08:00 committed by Anthony Lapenna
parent 8f32d58fae
commit b1e048e218
1 changed files with 3 additions and 3 deletions

View File

@ -36,7 +36,7 @@
"angular-clipboard": "^1.6.2",
"angular-cookies": "~1.5.0",
"angular-file-saver": "^1.1.3",
"angular-google-analytics": "github:revolunet/angular-google-analytics#~1.1.9",
"angular-google-analytics": "github:revolunet/angular-google-analytics#semver:~1.1.9",
"angular-json-tree": "1.0.1",
"angular-jwt": "~0.1.8",
"angular-loading-bar": "~0.9.0",
@ -62,8 +62,8 @@
"moment": "^2.21.0",
"ng-file-upload": "~12.2.13",
"rdash-ui": "1.0.*",
"splitargs": "github:deviantony/splitargs#~0.2.0",
"toastr": "github:CodeSeven/toastr#~2.1.3",
"splitargs": "github:deviantony/splitargs#semver:~0.2.0",
"toastr": "github:CodeSeven/toastr#semver:~2.1.3",
"ui-select": "^0.19.8",
"xterm": "^3.8.0"
},