Skip to content

Commit

Permalink
build(stringify) added more package.json entry points for umd,esm
Browse files Browse the repository at this point in the history
  • Loading branch information
akollegger committed Dec 8, 2020
1 parent 866e8f4 commit cff557c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/gram-stringify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
},
"homepage": "https://gram-data.github.io/gram-js/api/modules/gram-stringify",
"main": "dist/index.js",
"browser": "dist/gram-stringify.umd.production.min.js",
"unpkg": "dist/gram-stringify.umd.production.min.js",
"module": "dist/gram-stringify.esm.js",
"typings": "dist/index.d.ts",
"files": [
"dist",
Expand Down Expand Up @@ -47,7 +50,6 @@
"trailingComma": "es5"
},
"author": "Andreas Kollegger",
"module": "dist/gram-stringify.esm.js",
"devDependencies": {
"@gram-data/gram-builder": "^0.3.2",
"@gram-data/gram-ops": "^0.3.2",
Expand Down

0 comments on commit cff557c

Please sign in to comment.