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",
|
||||
"version": "0.0.0",
|
||||
"description": "",
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"devDependencies": {
|
||||
"babel-core": "^6.23.1",
|
||||
|
|
Loading…
Reference in New Issue