Skip to content

Commit

Permalink
update release file names
Browse files Browse the repository at this point in the history
  • Loading branch information
agneym committed Nov 20, 2019
1 parent e17f9d9 commit 556f5f4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,18 @@
},
"source": "src/Playground.tsx",
"main": "dist/editor.js",
"module": "dist/editor.mjs",
"module": "dist/editor.module.js",
"umd:main": "dist/editor.umd.js",
"unpkg": "dist/editor.umd.js",
"keywords": [
"react",
"editor",
"playground"
],
"files": [
"src",
"dist"
],
"author": "Agney Menon <[email protected]> (@agneymenon)",
"license": "MIT",
"peerDependencies": {
Expand Down

0 comments on commit 556f5f4

Please sign in to comment.