add license to package.json (#178)

Because right now it doesn't show any license on
[the npm page](https://www.npmjs.com/package/prettier).

Also, it's causing my [DependencyCI](https://dependencyci.com/github/kentcdodds/prettier-eslint/builds/5)
build to fail 😅
master
Kent C. Dodds 2017-01-13 21:11:03 -07:00 committed by James Long
parent b9a3e0650a
commit f49111c87c
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@
"url": "git+https://github.com/jlongster/prettier.git"
},
"author": "James Long",
"license": "MIT",
"bugs": {
"url": "https://github.com/jlongster/prettier/issues"
},