Skip to content

Commit 3975564

Browse files
committed
provide es5 as main entry point, es6 as module entry point
1 parent 6c5ac50 commit 3975564

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"name": "jsonata",
33
"version": "1.4.1",
44
"description": "JSON query and transformation language",
5-
"main": "jsonata.js",
5+
"module": "jsonata.js",
6+
"main": "jsonata-es5.js",
67
"homepage": "http://jsonata.org/",
78
"repository": {
89
"type": "git",

0 commit comments

Comments
 (0)