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 c580b4b commit 5f36ddfCopy full SHA for 5f36ddf
.editorconfig
package.json
@@ -34,11 +34,16 @@
34
"vinyl-source-stream": "^1.1.0",
35
"watchify": "^3.2.1"
36
},
37
+ "devDependencies": {
38
+ "happiness": "*"
39
+ },
40
"peerDependencies": {
41
"gulp": "^3.8.0"
42
43
"scripts": {
- "test": "echo \"no tests yet\" && exit 0"
44
+ "lint": "happiness",
45
+ "unit": "echo \"no tests yet\"",
46
+ "test": "npm run lint && npm run unit"
47
48
"keywords": [
49
"react",
0 commit comments