Skip to content

Commit fe9e555

Browse files
committed
Remove Pragmatist
1 parent c93ed50 commit fe9e555

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,19 +37,14 @@
3737
"eslint-config-canonical": "^1.7.12",
3838
"jsdom": "^8.1.0",
3939
"mocha": "^2.5.3",
40-
"pragmatist": "^3.0.21",
4140
"react": "^15.0.0-rc.1",
4241
"react-addons-shallow-compare": "^15.0.0-rc.1",
4342
"react-addons-test-utils": "^15.0.0-rc.1",
4443
"react-dom": "^15.0.0-rc.1"
4544
},
4645
"scripts": {
47-
"pragmatist": "node ./node_modules/.bin/pragmatist --es5",
4846
"lint": "eslint ./src ./tests",
4947
"test": "mocha --compilers js:babel-register ./tests/**/*.js",
50-
"build": "babel ./src --out-dir ./dist",
51-
"watch": "npm run pragmatist watch",
52-
"watch-lint": "npm run pragmatist watch-lint",
53-
"watch-test": "npm run pragmatist watch-test --type-annotations"
48+
"build": "babel ./src --out-dir ./dist"
5449
}
5550
}

0 commit comments

Comments
 (0)