Skip to content

Commit a60493e

Browse files
committed
build: add node8 and es folders to package
1 parent 689bf95 commit a60493e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
"version": "0.0.0-semantically-released",
44
"description": "Plugin for `graphql-compose` which derive a graphql types from a mongoose model.",
55
"files": [
6-
"lib"
6+
"lib",
7+
"node8",
8+
"es"
79
],
810
"main": "lib/index.js",
911
"repository": {

0 commit comments

Comments
 (0)