Skip to content
This repository was archived by the owner on Dec 30, 2021. It is now read-only.

Commit 299c60d

Browse files
authored
Bump version 1.0.0
1 parent f2283df commit 299c60d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "website-scraper-phantom",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"description": "Plugin for website-scraper which receives html for dynamic websites using PhantomJS",
55
"readmeFilename": "README.md",
66
"main": "index.js",
@@ -24,19 +24,19 @@
2424
"fs-extra": "^7.0.1",
2525
"mocha": "^5.2.0",
2626
"serve-static": "^1.13.2",
27-
"website-scraper": "website-scraper/node-website-scraper"
27+
"website-scraper": "^4.0.0"
2828
},
2929
"scripts": {
3030
"test": "mocha --timeout 10000 --exit"
3131
},
3232
"repository": {
3333
"type": "git",
34-
"url": "git+https://github.com/s0ph1e/node-website-scraper-phantom.git"
34+
"url": "git+https://github.com/website-scraper/node-website-scraper-phantom.git"
3535
},
3636
"author": "Sophia Antipenko <[email protected]>",
3737
"license": "MIT",
3838
"bugs": {
39-
"url": "https://github.com/s0ph1e/node-website-scraper-phantom/issues"
39+
"url": "https://github.com/website-scraper/node-website-scraper-phantom/issues"
4040
},
41-
"homepage": "https://github.com/s0ph1e/node-website-scraper-phantom"
41+
"homepage": "https://github.com/website-scraper/node-website-scraper-phantom"
4242
}

0 commit comments

Comments
 (0)