Skip to content

Commit 4e5a370

Browse files
committed
fix(Package): Make dox as regular dependency
1 parent 12dcf21 commit 4e5a370

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"lib"
88
],
99
"main": "lib/index.js",
10-
"jsnext:main": "es/index.js",
1110
"repository": {
1211
"type": "git",
1312
"url": "https://github.com/nodkz/graphql-compose-elasticsearch.git"
@@ -23,8 +22,11 @@
2322
"url": "https://github.com/nodkz/graphql-compose-elasticsearch/issues"
2423
},
2524
"homepage": "https://github.com/nodkz/graphql-compose-elasticsearch#readme",
26-
"dependencies": {},
25+
"dependencies": {
26+
"dox": "^0.9.0"
27+
},
2728
"peerDependencies": {
29+
"elasticsearch": "^12.1.3",
2830
"graphql": "^0.9.1",
2931
"graphql-compose": "^1.14.0"
3032
},
@@ -35,7 +37,6 @@
3537
"babel-plugin-transform-object-rest-spread": "^6.22.0",
3638
"babel-preset-env": "^1.1.8",
3739
"cz-conventional-changelog": "^2.0.0",
38-
"dox": "^0.9.0",
3940
"elasticsearch": "^12.1.3",
4041
"eslint": "^3.14.1",
4142
"eslint-config-airbnb-base": "^11.0.1",

0 commit comments

Comments
 (0)