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 c93ed50 commit fe9e555Copy full SHA for fe9e555
1 file changed
package.json
@@ -37,19 +37,14 @@
37
"eslint-config-canonical": "^1.7.12",
38
"jsdom": "^8.1.0",
39
"mocha": "^2.5.3",
40
- "pragmatist": "^3.0.21",
41
"react": "^15.0.0-rc.1",
42
"react-addons-shallow-compare": "^15.0.0-rc.1",
43
"react-addons-test-utils": "^15.0.0-rc.1",
44
"react-dom": "^15.0.0-rc.1"
45
},
46
"scripts": {
47
- "pragmatist": "node ./node_modules/.bin/pragmatist --es5",
48
"lint": "eslint ./src ./tests",
49
"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"
+ "build": "babel ./src --out-dir ./dist"
54
}
55
0 commit comments