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 981d067 commit 05bf61fCopy full SHA for 05bf61f
package.json
@@ -15,7 +15,7 @@
15
"typecheck": "flow",
16
"prepublish": "npm run build",
17
"start": "webpack-dev-server --content-base assets/",
18
- "test": "npm run lint && npm run typecheck && npm run test-src",
+ "test": "npm run lint && npm run typecheck && npm run test-src",
19
"test-src": "mocha \"src/**/__tests__/*.js\""
20
},
21
"dependencies": {
0 commit comments