Update license in package.json

A while ago we have changed our license from `MIT` to `Creative Commons Zero v1.0 Universal` but we haven't updated our `package.json` file.
This commit is contained in:
Stefan Feješ
2018-04-25 16:46:25 +02:00
committed by GitHub
parent 6405ea50fc
commit fe63076372

View File

@ -43,7 +43,7 @@
"list"
],
"author": "Chalarangelo (chalarangelo@gmail.com)",
"license": "MIT",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/Chalarangelo/30-seconds-of-code/issues"
},