Skip to content

Commit

Permalink
chore: point users to codesandbox instead of gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
chentsulin committed Sep 19, 2021
1 parent 2f13ab9 commit 641f234
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 244 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ render(
);
```

Please checkout [demo](https://yoctol.github.io/react-d3-cloud)
Please checkout [demo](https://codesandbox.io/embed/react-d3-cloud-demo-forked-50wzl)

for more detailed props, please refer to below:

Expand Down
20 changes: 0 additions & 20 deletions demo/index.html

This file was deleted.

221 changes: 0 additions & 221 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"build:esm": "cross-env ESM=true babel src -d lib/esm --extensions '.ts,.tsx' --ignore '**/__tests__/**' && tsc -p tsconfig.build.json -m esnext --emitDeclarationOnly --outDir lib/esm",
"check": "tsc --noEmit",
"clean": "rimraf lib",
"deploy": "gh-pages -d demo -b gh-pages -m 'Auto-generated commit [ci skip]'",
"lint": "eslint .",
"lint:fix": "npm run lint -- --fix",
"lint:staged": "lint-staged",
Expand Down Expand Up @@ -74,7 +73,6 @@
"eslint-plugin-react": "7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-sort-imports-es6-autofix": "^0.6.0",
"gh-pages": "^2.0.1",
"husky": "^7.0.1",
"jest": "^27.0.6",
"lint-staged": "^11.1.2",
Expand Down

0 comments on commit 641f234

Please sign in to comment.