Skip to content

Commit

Permalink
updated package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream Dev authored and Dream Dev committed Aug 19, 2022
1 parent feba321 commit 03eed57
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "storycap-root",
"private": true,
"scripts": {
"bootstrap": "lerna bootstrap",
"doc:clihelp": "node scripts/cli-help.js",
Expand Down
10 changes: 5 additions & 5 deletions packages/storycap/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -16,17 +16,17 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/reg-viz/storycap.git"
"url": "git+https://github.com/smartcoder-7/storycap.git"
},
"author": "tsuyoshiwada",
"contributors": [
"Yosuke Kurami"
],
"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",
Expand Down Expand Up @@ -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": {
Expand Down
8 changes: 4 additions & 4 deletions packages/storycrawler/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -13,17 +13,17 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/reg-viz/storycap.git"
"url": "git+https://github.com/smartcoder-7/storycap.git"
},
"author": "tsuyoshiwada",
"contributors": [
"Yosuke Kurami"
],
"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",
Expand Down

0 comments on commit 03eed57

Please sign in to comment.