Add license field to package.json to silence yarn warning
This commit is contained in:
parent
2e763d916d
commit
1739b15eaa
|
@ -2,6 +2,7 @@
|
||||||
"name": "dispatch",
|
"name": "dispatch",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
|
"license": "MIT",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-core": "^6.23.1",
|
"babel-core": "^6.23.1",
|
||||||
|
|
Loading…
Reference in New Issue