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 1212 "pre-commit" : [
1313 " npm test"
1414 ],
15- "pre-push" : [" npm run size" ],
15+ "pre-push" : [
16+ " npm run size"
17+ ],
1618 "post-commit" : [],
1719 "post-merge" : []
1820 }
3840 "engines" : {
3941 "node" : " > 0.10.*"
4042 },
43+ "files" : [
44+ " *.js"
45+ ],
4146 "homepage" : " https://github.com/bahmutov/code-snippets" ,
4247 "keywords" : [
4348 " chrome" ,
4954 " test" ,
5055 " testing"
5156 ],
52- "files" : [
53- " *.js"
54- ],
5557 "license" : " MIT" ,
5658 "main" : " first-paint.js" ,
5759 "repository" : {
6365 "commit" : " git-issues && commit-wizard" ,
6466 "grunt" : " grunt" ,
6567 "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 "
6870 }
6971}
You can’t perform that action at this time.
0 commit comments