Merge pull request #544 from fanatid/feature/package.json-license

Add license field to package.json
This commit is contained in:
Daniel Cousens 2016-02-16 07:25:53 +11:00
commit 46969bbd3e

View file

@ -84,5 +84,6 @@
"sinon": "^1.12.2", "sinon": "^1.12.2",
"standard": "^5.0.0", "standard": "^5.0.0",
"travis-cov": "^0.2.0" "travis-cov": "^0.2.0"
} },
"license": "MIT"
} }