diff --git a/package.json b/package.json index 1e69145ca..10461840f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,5 @@ { "name": "storycap-root", - "private": true, "scripts": { "bootstrap": "lerna bootstrap", "doc:clihelp": "node scripts/cli-help.js", diff --git a/packages/storycap/package.json b/packages/storycap/package.json index 4d1763835..87beac482 100644 --- a/packages/storycap/package.json +++ b/packages/storycap/package.json @@ -1,5 +1,5 @@ { - "name": "storycap", + "name": "storycap-test", "version": "3.1.9", "description": "A Storybook addon, Save the screenshot image of your stories! via puppeteer.", "main": "lib/index.js", @@ -16,7 +16,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/reg-viz/storycap.git" + "url": "git+https://github.com/smartcoder-7/storycap.git" }, "author": "tsuyoshiwada", "contributors": [ @@ -24,9 +24,9 @@ ], "license": "MIT", "bugs": { - "url": "https://github.com/reg-viz/storycap/issues" + "url": "https://github.com/smartcoder-7/storycap/issues" }, - "homepage": "https://github.com/reg-viz/storycap#readme", + "homepage": "https://github.com/smartcoder-7/storycap#readme", "files": [ "lib", "assets", @@ -71,7 +71,7 @@ "puppeteer-core": "^9.0.0", "rimraf": "^3.0.0", "sanitize-filename": "^1.6.3", - "storycrawler": "^3.1.8", + "storycrawler-test": "^3.1.8", "yargs": "^16.0.0" }, "jest": { diff --git a/packages/storycrawler/package.json b/packages/storycrawler/package.json index e7418dfd5..9810d77a1 100644 --- a/packages/storycrawler/package.json +++ b/packages/storycrawler/package.json @@ -1,5 +1,5 @@ { - "name": "storycrawler", + "name": "storycrawler-test", "version": "3.1.8", "description": "Utilities to build Storybook crawling tools with Puppeteer", "main": "lib/index.js", @@ -13,7 +13,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/reg-viz/storycap.git" + "url": "git+https://github.com/smartcoder-7/storycap.git" }, "author": "tsuyoshiwada", "contributors": [ @@ -21,9 +21,9 @@ ], "license": "MIT", "bugs": { - "url": "https://github.com/reg-viz/storycap/issues" + "url": "https://github.com/smartcoder-7/storycap/issues" }, - "homepage": "https://github.com/reg-viz/storycap/packages/storycrawler", + "homepage": "https://github.com/smartcoder-7/storycap/packages/storycrawler", "files": [ "lib", "CHANGELOG.md",