shakee93 / vue-toasted

🖖 Responsive Touch Compatible Toast plugin for VueJS 2+
https://shakee93.github.io/vue-toasted/
MIT License
2.21k stars 195 forks source link

Add License to package.json #113

Closed adrianjost closed 5 years ago

adrianjost commented 5 years ago

Some license compatibility checkers (like license-checker) need the license to be specified in the package.json as well. It's as simple as adding the following code to the package.json:

{
  "license": "MIT",
}