Add "license" field to package.json (#52)
This commit is contained in:
parent
09156bf3f4
commit
d26b264e8d
|
@ -57,6 +57,7 @@
|
||||||
"test": "node scripts/test.js --env=jsdom",
|
"test": "node scripts/test.js --env=jsdom",
|
||||||
"flow": "flow"
|
"flow": "flow"
|
||||||
},
|
},
|
||||||
|
"license": "MIT",
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"**/*.js": "prettier --list-different"
|
"**/*.js": "prettier --list-different"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue