Add license field to package.json to silence yarn warning

This commit is contained in:
Ken-Håvard Lieng 2017-04-12 03:49:19 +02:00
parent 2e763d916d
commit 1739b15eaa
1 changed files with 1 additions and 0 deletions

View File

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