Skip to content

Commit

Permalink
Remove unused react things
Browse files Browse the repository at this point in the history
  • Loading branch information
viggo committed Dec 23, 2022
1 parent 0057d21 commit e7d66b1
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 39 deletions.
2 changes: 0 additions & 2 deletions index.js

This file was deleted.

7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
}
],
"license": "BSD-2-Clause",
"main": "index.js",
"main": "dist/main.js",
"scripts": {
"dev": "concurrently \"npm run watcher --scripts-prepend-node-path\" \"npm run serve --scripts-prepend-node-path\"",
"build": "rm -Rf dist && npm run concatcss && npm run docs:build && npm run css:build && npm run js:build && npm run svg",
Expand All @@ -47,7 +47,6 @@
"js:build": "npm run js:build:main && npm run js:build:icons",
"js:build:main": "rollup -c --name \"hedwig\"",
"js:build:icons": "rollup -c rollup.config.icons.js",
"js:build:react": "rollup -c rollup.config.react.js",
"docs:build": "node ./scripts/docs-build",
"watcher": "node ./scripts/watcher",
"server": "node ./server",
Expand Down Expand Up @@ -111,9 +110,6 @@
"eslint": "^7.17.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"jest": "^26.6.3",
"livereload": "^0.9.1",
"lodash": "^4.17.15",
Expand All @@ -128,7 +124,6 @@
"rollup": "^2.36.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-jsx": "^1.0.3",
"rollup-plugin-multi-entry": "^2.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-uglify": "^6.0.4",
Expand Down
27 changes: 0 additions & 27 deletions rollup.config.react.js

This file was deleted.

4 changes: 0 additions & 4 deletions src/hedwig-react.jsx

This file was deleted.

0 comments on commit e7d66b1

Please sign in to comment.