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 7923980 commit 25622dcCopy full SHA for 25622dc
package.json
@@ -19,7 +19,8 @@
19
"scripts": {
20
"build": "gulp build",
21
"examples": "gulp examples",
22
- "gh-deploy": "git subtree push --prefix examples/dist origin gh-pages"
+ "gh-deploy": "git subtree push --prefix examples/dist origin gh-pages",
23
+ "test": "gulp test"
24
},
25
"peerDependencies": {
26
"react": "^15.3.0"
0 commit comments