Skip to content

Commit

Permalink
add more shit to this dangerous exports map thingy
Browse files Browse the repository at this point in the history
  • Loading branch information
brainkim committed May 17, 2020
1 parent 2f026df commit cb78728
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bikeshaving/crank",
"version": "0.1.3",
"description": "JSX-based components with functions, promises and generators.",
"description": "Write JSX-driven components with functions, promises and generators.",
"homepage": "https://crank.js.org",
"bugs": {
"url": "https://github.com/bikeshaving/crank/issues"
Expand Down Expand Up @@ -63,10 +63,15 @@
"import": "./html.js",
"require": "./cjs/html.js"
},
"./index": {
"import": "./index.js",
"require": "./cjs/index.js"
},
"./index.js": {
"import": "./index.js",
"require": "./cjs/index.js"
},
"./package.json": "./package.json",
"./umd": {
"require": "./umd/index.js"
},
Expand Down

0 comments on commit cb78728

Please sign in to comment.