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", "jsnext:main": "index.js",
"license": "MIT", "license": "MIT",
"bin": { "bin": {
"create-react-library": "dist/index.js" "create-react-library": "index.js"
}, },
"scripts": { "scripts": {
"test": "ava -v && standard *.js lib/*.js", "test": "ava -v && standard *.js lib/*.js",
@ -17,7 +17,7 @@
"build": "webpack" "build": "webpack"
}, },
"engines": { "engines": {
"node": ">=4" "node": ">=8"
}, },
"keywords": [ "keywords": [
"react", "react",