diff --git a/.npmrc b/.npmrc index 175448e1..43c97e71 100644 --- a/.npmrc +++ b/.npmrc @@ -1,2 +1 @@ package-lock=false -save-prefix=~ diff --git a/package.json b/package.json index e85f26ba..f9e0a141 100644 --- a/package.json +++ b/package.json @@ -9,20 +9,20 @@ "test": "test" }, "dependencies": { - "deep-equal": "~2.0.1", - "defined": "~1.0.0", - "for-each": "~0.3.3", - "function-bind": "~1.1.1", - "glob": "~7.1.6", - "has": "~1.0.3", - "inherits": "~2.0.4", - "is-regex": "~1.0.5", - "minimist": "~1.2.0", - "object-inspect": "~1.7.0", - "resolve": "~1.13.1", - "resumer": "~0.0.0", - "string.prototype.trim": "~1.2.1", - "through": "~2.3.8" + "deep-equal": "^2.0.1", + "defined": "^1.0.0", + "for-each": "^0.3.3", + "function-bind": "^1.1.1", + "glob": "^7.1.6", + "has": "^1.0.3", + "inherits": "^2.0.4", + "is-regex": "^1.0.5", + "minimist": "^1.2.0", + "object-inspect": "^1.7.0", + "resolve": "^1.13.1", + "resumer": "^0.0.0", + "string.prototype.trim": "^1.2.1", + "through": "^2.3.8" }, "devDependencies": { "concat-stream": "^1.6.2",