.
This commit is contained in:
parent
51981aadee
commit
c46dc31c36
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
|||
"jsnext:main": "index.js",
|
||||
"license": "MIT",
|
||||
"bin": {
|
||||
"create-react-library": "dist/index.js"
|
||||
"create-react-library": "index.js"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "ava -v && standard *.js lib/*.js",
|
||||
|
@ -17,7 +17,7 @@
|
|||
"build": "webpack"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=4"
|
||||
"node": ">=8"
|
||||
},
|
||||
"keywords": [
|
||||
"react",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue