Skip to content
This repository has been archived by the owner on Jun 23, 2019. It is now read-only.

Commit

Permalink
🔧 package.json: Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
motss committed Apr 13, 2019
1 parent a4e8dbc commit 377b29e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
],
"sideEffects": false,
"main": "dist/index",
"module": "dist/index.js",
"module": "dist/index.mjs",
"typings": "dist/index.d.ts",
"scripts": {
"build": "npm run clean && npm run rollup",
Expand Down

0 comments on commit 377b29e

Please sign in to comment.