Browse Source

Add 'module' key

master
Matt Steele 4 years ago
committed by GitHub
parent
commit
3e1068b493
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      package.json

1
package.json

@ -7,6 +7,7 @@
"javascript"
],
"main": "dist/index.js",
"module": "dist/index.js",
"types": "index.d.ts",
"scripts": {
"build": "cross-env NODE_ENV=production rollup -c",

Loading…
Cancel
Save