Skip to content

Commit 70e243e

Browse files
committed
Updating package with repo and keywords
1 parent 1622042 commit 70e243e

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

package.json

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,23 @@
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"
@@ -21,11 +29,7 @@
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",

0 commit comments

Comments
 (0)