Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .storybook/main.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
module.exports = {
stories: ['../stories/index.js'],
previewHead: (head) => `
${head}
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"></link>
`,
};
1 change: 1 addition & 0 deletions .storybook/preview-head.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"></link>
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"release": "standard-version",
"test": "jest",
"test:watch": "jest --watchAll",
"storybook": "start-storybook -p ${PORT:-3001} -h 0.0.0.0",
"storybook": "NODE_OPTIONS=--openssl-legacy-provider start-storybook -p ${PORT:-3001} -h 0.0.0.0",
"deploy": "gh-pages -d build"
},
"main": "dist/index.cjs.js",
Expand Down Expand Up @@ -71,7 +71,8 @@
"react-dnd": "^11.1.3",
"react-dnd-html5-backend": "^11.1.3",
"react-lifecycles-compat": "^3.0.4",
"react-virtualized": "^9.21.2"
"react-virtualized": "^9.21.2",
"styled-components": "^6.1.13"
},
"peerDependencies": {
"react": "^16.3.0",
Expand Down
121 changes: 0 additions & 121 deletions src/__snapshots__/react-sortable-tree.test.js.snap

This file was deleted.

Loading