diff --git a/example/package-lock.json b/example/package-lock.json index 3e575f3..35e8fc2 100644 --- a/example/package-lock.json +++ b/example/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@babel/runtime": "^7.17.9", "axios": "^0.26.1", - "chainify-url": "file:..", + "chainify-url": "^1.0.0", "source-map-support": "^0.5.21" }, "devDependencies": { @@ -22,13 +22,15 @@ }, "..": { "version": "1.0.0", + "extraneous": true, "license": "ISC", "devDependencies": { "chai": "^4.3.6", "eslint": "^8.13.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-plugin-import": "^2.26.0", - "mocha": "^9.2.2" + "mocha": "^9.2.2", + "nyc": "^15.1.0" } }, "node_modules/@ampproject/remapping": { @@ -1832,8 +1834,9 @@ ] }, "node_modules/chainify-url": { - "resolved": "..", - "link": true + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/chainify-url/-/chainify-url-1.0.0.tgz", + "integrity": "sha512-/o/bUFFeH1Wty/p7nhDneKb/mAL7+/81PJoUjBrRiDa5cNupdqxm7HlYuzvqIYwp2AFXUS5Y/83IE5mvm4memg==" }, "node_modules/chalk": { "version": "2.4.2", @@ -3935,14 +3938,9 @@ "dev": true }, "chainify-url": { - "version": "file:..", - "requires": { - "chai": "^4.3.6", - "eslint": "^8.13.0", - "eslint-config-airbnb-base": "^15.0.0", - "eslint-plugin-import": "^2.26.0", - "mocha": "^9.2.2" - } + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/chainify-url/-/chainify-url-1.0.0.tgz", + "integrity": "sha512-/o/bUFFeH1Wty/p7nhDneKb/mAL7+/81PJoUjBrRiDa5cNupdqxm7HlYuzvqIYwp2AFXUS5Y/83IE5mvm4memg==" }, "chalk": { "version": "2.4.2", diff --git a/example/package.json b/example/package.json index 9a28f6e..731ed68 100644 --- a/example/package.json +++ b/example/package.json @@ -12,7 +12,7 @@ "dependencies": { "@babel/runtime": "^7.17.9", "axios": "^0.26.1", - "chainify-url": "file:..", + "chainify-url": "^1.0.0", "source-map-support": "^0.5.21" }, "devDependencies": {