chore: update loop-protect module dependency syntax (#575)

This commit is contained in:
Dhruvdutt Jadhav 2018-02-27 22:42:06 +05:30 committed by Cassie Tarakajian
parent 3efe3d20f7
commit 05e567259c
2 changed files with 3 additions and 4 deletions

5
package-lock.json generated
View file

@ -17087,8 +17087,7 @@
"jsbn": { "jsbn": {
"version": "0.1.1", "version": "0.1.1",
"resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz",
"integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=", "integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM="
"optional": true
}, },
"json-schema": { "json-schema": {
"version": "0.2.3", "version": "0.2.3",
@ -19254,7 +19253,7 @@
"integrity": "sha1-MKCy2jj3N3DoKUoNIuZiXtd9AJc=" "integrity": "sha1-MKCy2jj3N3DoKUoNIuZiXtd9AJc="
}, },
"loop-protect": { "loop-protect": {
"version": "git+https://git@github.com/catarak/loop-protect.git#2691548c37c7883e6d72f01ce1724de37b6f9692" "version": "github:catarak/loop-protect#2691548c37c7883e6d72f01ce1724de37b6f9692"
}, },
"loose-envify": { "loose-envify": {
"version": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.2.0.tgz", "version": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.2.0.tgz",

View file

@ -90,7 +90,7 @@
"jsdom": "^9.8.3", "jsdom": "^9.8.3",
"jshint": "^2.9.4", "jshint": "^2.9.4",
"lodash": "^4.16.4", "lodash": "^4.16.4",
"loop-protect": "git+https://git@github.com/catarak/loop-protect.git", "loop-protect": "github:catarak/loop-protect",
"mjml": "^3.3.2", "mjml": "^3.3.2",
"moment": "^2.14.1", "moment": "^2.14.1",
"mongoose": "^4.4.16", "mongoose": "^4.4.16",