Skip to content

Commit 091309b

Browse files
authored
Merge pull request #158 from topcoder-platform/notifications-analytics
Remove prepare script from package.json
2 parents 4e2fd09 + a04774f commit 091309b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
"url": "git+https://github.com/topcoder-platform/topcoder-react-lib.git"
2222
},
2323
"scripts": {
24-
"prepare": "npm run build",
2524
"build": "npm run clean && npm run build:dev && npm run build:prod",
2625
"build:dev": "./node_modules/.bin/webpack --env=development --progress --profile --colors --display-optimization-bailout",
2726
"build:dev:watch": "npm run clean && ./node_modules/.bin/webpack --env=development --progress --profile --colors --watch --display-optimization-bailout",
@@ -32,7 +31,7 @@
3231
"lint:js": "./node_modules/.bin/eslint --ext .js,.jsx .",
3332
"test": "npm run lint && npm run jest"
3433
},
35-
"version": "1000.13.4",
34+
"version": "1000.13.6",
3635
"dependencies": {
3736
"auth0-js": "^6.8.4",
3837
"config": "^3.2.0",

0 commit comments

Comments
 (0)