Skip to content

Commit 1227b14

Browse files
committed
removed release-script
- now use manual process, makes it easier and is consistent with async-script
1 parent 6eaf60f commit 1227b14

File tree

2 files changed

+4574
-6
lines changed

2 files changed

+4574
-6
lines changed

package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,11 @@
1111
"build": "rm -rf lib && npm run build:cjs && npm run build:es",
1212
"build:cjs": "babel src --out-dir lib",
1313
"build:es": "BABEL_ENV=es babel src --out-dir lib/es",
14+
"prepublish": "npm run build",
1415
"lint": "eslint ./",
1516
"lint:fix": "eslint ./ --fix",
1617
"test": "karma start --single-run",
17-
"test-watch": "karma start",
18-
"patch": "release patch --run",
19-
"minor": "release minor --run",
20-
"major": "release major --run"
18+
"test-watch": "karma start"
2119
},
2220
"repository": {
2321
"type": "git",
@@ -65,11 +63,9 @@
6563
"karma-sourcemap-loader": "~0.3.5",
6664
"karma-webpack": "~1.7.0",
6765
"mocha": "~2.3.3",
68-
"mt-changelog": "^0.6.2",
6966
"phantomjs": "^1.9.18",
7067
"react": "^16.4.2",
7168
"react-dom": "^16.4.2",
72-
"release-script": "^0.5.3",
7369
"webpack": "~1.14.0"
7470
},
7571
"dependencies": {

0 commit comments

Comments
 (0)