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 f706ec9 commit 046e9c4Copy full SHA for 046e9c4
package.json
@@ -56,14 +56,13 @@
56
"eslint-config-uber-jsx": "^3.3.3",
57
"eslint-plugin-babel": "^5.3.0",
58
"eslint-plugin-prettier": "^3.0.1",
59
- "eslint-plugin-react": "~7.12.4",
60
- "uber-licence": "^3.1.1"
+ "eslint-plugin-react": "~7.12.4"
61
},
62
"scripts": {
63
"predeploy": "npm run build",
64
"deploy": "gh-pages -d build",
65
"start": "react-scripts start",
66
- "build": "uber-licence && react-scripts build",
+ "build": "react-scripts build",
67
"test": "react-scripts test --env=jsdom",
68
"eject": "react-scripts eject"
69
0 commit comments