Skip to content

Commit 89059ff

Browse files
committed
Adding happiness
1 parent adf8f58 commit 89059ff

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

package.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@
1818
"react": "^0.13.3"
1919
},
2020
"devDependencies": {
21-
"react-component-gulp-tasks": "^0.7.0",
22-
"gulp": "^3.8.11"
21+
"gulp": "^3.8.11",
22+
"happiness": "^1.0.5",
23+
"react-component-gulp-tasks": "^0.7.0"
2324
},
2425
"browserify-shim": {
2526
"react": "global:React"
@@ -31,8 +32,16 @@
3132
"release": "gulp release",
3233
"start": "gulp dev",
3334
"test": "echo \"no tests yet\" && exit 0",
35+
"lint": "happiness",
3436
"watch": "gulp watch:lib"
3537
},
38+
"happiness": {
39+
"ignore": [
40+
"**/.publish/**",
41+
"**/dist/**",
42+
"**/lib/**"
43+
]
44+
},
3645
"readmeFilename": "README.md",
3746
"keywords": [
3847
"react",

0 commit comments

Comments
 (0)