File tree Expand file tree Collapse file tree 2 files changed +33
-33
lines changed Expand file tree Collapse file tree 2 files changed +33
-33
lines changed Original file line number Diff line number Diff line change 1616 " index.html"
1717 ],
1818 "keywords" : [
19- " testing" ,
20- " test" ,
21- " exploratory" ,
22- " mock" ,
2319 " chrome" ,
24- " devtools" ,
2520 " code" ,
26- " snippets"
21+ " devtools" ,
22+ " exploratory" ,
23+ " mock" ,
24+ " snippets" ,
25+ " test" ,
26+ " testing"
2727 ],
2828 "description" : " Chrome DevTools code snippets " ,
2929 "authors" : [
Original file line number Diff line number Diff line change 66 "bugs" : {
77 "url" : " https://github.com/bahmutov/code-snippets/issues"
88 },
9+ "config" : {
10+ "pre-git" : {
11+ "commit-msg" : " validate-commit-msg" ,
12+ "pre-commit" : [
13+ " npm test" ,
14+ " npm version"
15+ ],
16+ "pre-push" : [],
17+ "post-commit" : [],
18+ "post-merge" : []
19+ }
20+ },
921 "contributors" : [],
22+ "czConfig" : {
23+ "path" : " node_modules/cz-conventional-changelog"
24+ },
1025 "dependencies" : {},
1126 "devDependencies" : {
1227 "eslint-rules" : " 0.4.3" ,
1833 "grunt-eslint" : " 2.1.0" ,
1934 "grunt-gh-pages" : " 1.0.0" ,
2035 "grunt-jscs" : " 1.2.0" ,
21- "grunt-nice-package" : " 0.9.4 " ,
36+ "grunt-nice-package" : " 0.9.6 " ,
2237 "grunt-npm2bower-sync" : " 0.9.1" ,
2338 "jshint-summary" : " 0.4.0" ,
2439 "matchdep" : " 1.0.0" ,
25- "pre-git" : " 1.2.11 "
40+ "pre-git" : " 1.4.0 "
2641 },
2742 "engines" : {
2843 "node" : " > 0.10.*"
2944 },
3045 "homepage" : " https://github.com/bahmutov/code-snippets" ,
3146 "keywords" : [
32- " testing" ,
33- " test" ,
34- " exploratory" ,
35- " mock" ,
3647 " chrome" ,
37- " devtools" ,
3848 " code" ,
39- " snippets"
49+ " devtools" ,
50+ " exploratory" ,
51+ " mock" ,
52+ " snippets" ,
53+ " test" ,
54+ " testing"
4055 ],
4156 "license" : " MIT" ,
4257 "main" : " first-paint.js" ,
4560 "url" : " git@github.com:bahmutov/code-snippets.git"
4661 },
4762 "scripts" : {
48- "test" : " grunt" ,
49- "grunt" : " grunt" ,
5063 "build" : " grunt" ,
64+ "commit" : " git-issues && commit-wizard" ,
65+ "grunt" : " grunt" ,
5166 "issues" : " git-issues" ,
52- "commit" : " git-issues && commit-wizard"
53- },
54- "config" : {
55- "pre-git" : {
56- "commit-msg" : " validate-commit-msg" ,
57- "pre-commit" : [
58- " npm test" ,
59- " npm version"
60- ],
61- "pre-push" : [],
62- "post-commit" : [],
63- "post-merge" : []
64- }
65- },
66- "czConfig" : {
67- "path" : " node_modules/cz-conventional-changelog"
67+ "test" : " grunt"
6868 }
69- }
69+ }
You can’t perform that action at this time.
0 commit comments