We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adf8f58 commit 89059ffCopy full SHA for 89059ff
package.json
@@ -18,8 +18,9 @@
18
"react": "^0.13.3"
19
},
20
"devDependencies": {
21
- "react-component-gulp-tasks": "^0.7.0",
22
- "gulp": "^3.8.11"
+ "gulp": "^3.8.11",
+ "happiness": "^1.0.5",
23
+ "react-component-gulp-tasks": "^0.7.0"
24
25
"browserify-shim": {
26
"react": "global:React"
@@ -31,8 +32,16 @@
31
32
"release": "gulp release",
33
"start": "gulp dev",
34
"test": "echo \"no tests yet\" && exit 0",
35
+ "lint": "happiness",
36
"watch": "gulp watch:lib"
37
38
+ "happiness": {
39
+ "ignore": [
40
+ "**/.publish/**",
41
+ "**/dist/**",
42
+ "**/lib/**"
43
+ ]
44
+ },
45
"readmeFilename": "README.md",
46
"keywords": [
47
"react",
0 commit comments