Skip to content

Commit 046e9c4

Browse files
committed
remove uber-license script
Signed-off-by: Shan He <[email protected]>
1 parent f706ec9 commit 046e9c4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,13 @@
5656
"eslint-config-uber-jsx": "^3.3.3",
5757
"eslint-plugin-babel": "^5.3.0",
5858
"eslint-plugin-prettier": "^3.0.1",
59-
"eslint-plugin-react": "~7.12.4",
60-
"uber-licence": "^3.1.1"
59+
"eslint-plugin-react": "~7.12.4"
6160
},
6261
"scripts": {
6362
"predeploy": "npm run build",
6463
"deploy": "gh-pages -d build",
6564
"start": "react-scripts start",
66-
"build": "uber-licence && react-scripts build",
65+
"build": "react-scripts build",
6766
"test": "react-scripts test --env=jsdom",
6867
"eject": "react-scripts eject"
6968
},

0 commit comments

Comments
 (0)