We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2f0fa2 commit b91b0f3Copy full SHA for b91b0f3
package.json
@@ -5,6 +5,8 @@
5
"main": "lib/FullscreenDialog.js",
6
"scripts": {
7
"build": "babel src -d lib",
8
+ "test": "standard",
9
+ "lint": "standard",
10
"prepublish": "babel src -d lib",
11
"storybook": "start-storybook -p 6006",
12
"deploy-storybook": "storybook-to-ghpages"
@@ -38,7 +40,8 @@
38
40
"react": "^15.5.4",
39
41
"react-dom": "^15.5.4",
42
"react-tap-event-plugin": "^2.0.1",
- "react-transition-group": "^1.1.1"
43
+ "react-transition-group": "^1.1.1",
44
+ "standard": "^10.0.2"
45
},
46
"peerDependencies": {
47
"material-ui": ">=0.17.0 <1.0.0",
0 commit comments