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 abfc2e3 commit 43690c1Copy full SHA for 43690c1
package.json
@@ -24,13 +24,13 @@
24
},
25
"devDependencies": {
26
"chai": "^3.4.1",
27
- "jsdom": "^7.1.1",
28
- "pragmatist": "^1.9.4",
29
- "react": "^0.14.3",
30
- "react-addons-test-utils": "^0.14.3"
+ "jsdom": "^7.2.2",
+ "pragmatist": "^2.3.71",
+ "react": "^0.14.6",
+ "react-addons-test-utils": "^0.14.6"
31
32
"scripts": {
33
- "pragmatist": "node ./node_modules/.bin/pragmatist",
+ "pragmatist": "node ./node_modules/.bin/pragmatist --browser",
34
"lint": "npm run pragmatist lint",
35
"test": "npm run pragmatist test",
36
"build": "npm run pragmatist build",
0 commit comments