File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 12
12
"pre-commit" : [
13
13
" npm test"
14
14
],
15
- "pre-push" : [" npm run size" ],
15
+ "pre-push" : [
16
+ " npm run size"
17
+ ],
16
18
"post-commit" : [],
17
19
"post-merge" : []
18
20
}
38
40
"engines" : {
39
41
"node" : " > 0.10.*"
40
42
},
43
+ "files" : [
44
+ " *.js"
45
+ ],
41
46
"homepage" : " https://github.com/bahmutov/code-snippets" ,
42
47
"keywords" : [
43
48
" chrome" ,
49
54
" test" ,
50
55
" testing"
51
56
],
52
- "files" : [
53
- " *.js"
54
- ],
55
57
"license" : " MIT" ,
56
58
"main" : " first-paint.js" ,
57
59
"repository" : {
63
65
"commit" : " git-issues && commit-wizard" ,
64
66
"grunt" : " grunt" ,
65
67
"issues" : " git-issues" ,
66
- "test " : " grunt " ,
67
- "size " : " t= \" $(npm pack .) \" ; wc -c \" ${t} \" ; tar tvf \" ${t} \" ; rm \" ${t} \" ; "
68
+ "size " : " t= \" $(npm pack .) \" ; wc -c \" ${t} \" ; tar tvf \" ${t} \" ; rm \" ${t} \" ; " ,
69
+ "test " : " grunt "
68
70
}
69
71
}
You can’t perform that action at this time.
0 commit comments