Skip to content

Commit 2b9f291

Browse files
committed
Add some more keywords to package.json
1 parent 90fb60a commit 2b9f291

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed

package.json

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
}
3939
],
4040
"bin": "cli.js",
41-
"typings": "types/generated.d.ts",
4241
"engines": {
4342
"node": ">=4"
4443
},
@@ -56,22 +55,24 @@
5655
"types/generated.d.ts"
5756
],
5857
"keywords": [
58+
"🦄",
5959
"test",
6060
"runner",
61+
"testing",
6162
"ava",
6263
"concurrent",
6364
"parallel",
6465
"fast",
65-
"tape",
66-
"tap",
66+
"tdd",
67+
"cli-app",
68+
"cli",
6769
"jest",
6870
"mocha",
71+
"tape",
72+
"tap",
6973
"qunit",
7074
"jasmine",
71-
"testing",
72-
"tdd",
73-
"cli-app",
74-
"cli",
75+
"babel",
7576
"assert",
7677
"assertion",
7778
"futuristic",
@@ -84,7 +85,12 @@
8485
"generators",
8586
"yield",
8687
"observable",
87-
"observables"
88+
"unit",
89+
"observables",
90+
"snapshot",
91+
"expect",
92+
"typescript",
93+
"flow"
8894
],
8995
"dependencies": {
9096
"@ava/babel-preset-stage-4": "^1.0.0",
@@ -193,8 +199,8 @@
193199
"xo": "^0.18.0",
194200
"zen-observable": "^0.5.1"
195201
},
202+
"typings": "types/generated.d.ts",
196203
"xo": {
197-
"esnext": true,
198204
"rules": {
199205
"import/newline-after-import": "off",
200206
"no-use-extend-native/no-use-extend-native": "off"

0 commit comments

Comments
 (0)