diff --git a/package-lock.json b/package-lock.json index 3d508a2..a4126db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6892,7 +6892,10 @@ "dev": true }, "plural-rules": { - "version": "file:../plural-rules" + "version": "0.0.2", + "resolved": "https://registry.npmjs.org/plural-rules/-/plural-rules-0.0.2.tgz", + "integrity": "sha512-jmVOUTNOb+Mc2BfNdjHGW7+0WrJwGBsLbCawVli9X270mRXx1sxbGqDlVAa59y7MCVKkiuG3wJoWgEYRC6JRTA==", + "dev": true }, "pluralize": { "version": "7.0.0", diff --git a/package.json b/package.json index 63e6fc6..dc107cf 100644 --- a/package.json +++ b/package.json @@ -99,6 +99,7 @@ "jasmine-core": "3.4.0", "jest": "24.8.0", "npm-run-all": "4.1.5", + "plural-rules": "0.0.2", "puppeteer": "1.17.0", "regenerator-runtime": "0.13.2", "rimraf": "2.6.3", @@ -119,8 +120,5 @@ "plural", "pluralize", "localize" - ], - "dependencies": { - "plural-rules": "file:../plural-rules" - } + ] }