Browse Source

Merge pull request #108 from mattdsteele/patch-1

Add 'module' key
master
Joe Attardi 4 years ago
committed by GitHub
parent
commit
ea8ffc43c9
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