1
0
Fork 0
This commit is contained in:
Travis Fischer 2018-03-23 21:55:10 -04:00 committed by Joost De Cock
parent 51981aadee
commit c46dc31c36

View file

@ -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",