File tree Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Original file line number Diff line number Diff line change 22 "name" : " js-test-gen-atom" ,
33 "main" : " ./lib/js-test-gen" ,
44 "version" : " 0.0.0" ,
5- "description" : " An atom plugin using js-test-gen to create test boilerplate" ,
6- "keywords" : [],
5+ "description" :
6+ " Js-test-gen-atom generates test templates from your default/named exports." ,
7+ "keywords" : [
8+ " unit-test" ,
9+ " mocha" ,
10+ " jest" ,
11+ " js-test-gen" ,
12+ " atom-plugin" ,
13+ " javascript"
14+ ],
715 "activationCommands" : {
816 "atom-workspace" : [
917 " js-test-gen: generate-test-template" ,
1018 " js-test-gen: generate-test-from-selection"
1119 ]
1220 },
13- "repository" : " https://github.com/atom /js-test-gen" ,
21+ "repository" : " https://github.com/js-test-gen /js-test-gen-atom " ,
1422 "license" : " MIT" ,
1523 "engines" : {
1624 "atom" : " >=1.0.0 <2.0.0"
2129 "precommit" : " lint-staged"
2230 },
2331 "lint-staged" : {
24- "*.js" : [
25- " eslint" ,
26- " prettier-eslint --write" ,
27- " git add"
28- ]
32+ "*.js" : [" eslint" , " prettier-eslint --write" , " git add" ]
2933 },
3034 "dependencies" : {
3135 "babel-core" : " ^6.26.0" ,
You can’t perform that action at this time.
0 commit comments