.
This commit is contained in:
parent
b5b7caaf79
commit
eda6460dc1
1 changed files with 4 additions and 2 deletions
|
@ -4,10 +4,12 @@
|
||||||
"description": "CLI for easily bootstrapping modern react libraries",
|
"description": "CLI for easily bootstrapping modern react libraries",
|
||||||
"repository": "transitive-bullshit/create-react-library",
|
"repository": "transitive-bullshit/create-react-library",
|
||||||
"author": "Travis Fischer <travis@automagical.ai>",
|
"author": "Travis Fischer <travis@automagical.ai>",
|
||||||
"main": "index.js",
|
"main": "dist/index.js",
|
||||||
|
"module": "index.js",
|
||||||
|
"jsnext:main": "index.js",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bin": {
|
"bin": {
|
||||||
"create-react-library": "index.js"
|
"create-react-library": "dist/index.js"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "ava -v && standard *.js lib/*.js",
|
"test": "ava -v && standard *.js lib/*.js",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue