Skip to content

Commit

Permalink
Change license back to MIT in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jhnns authored Mar 10, 2017
1 parent b3648f5 commit bfebb41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"cover": "istanbul cover -x *.runtime.js node_modules/mocha/bin/_mocha",
"publish-patch": "mocha && npm version patch && git push && git push --tags && npm publish"
},
"license": "JSF",
"license": "MIT",
"repository": {
"type": "git",
"url": "/~https://github.com/webpack/loader-utils.git"
Expand Down

0 comments on commit bfebb41

Please sign in to comment.