Correct license information in package.json to match license file included with source.

This commit is contained in:
Gabe Stocco
2019-03-28 15:45:50 -07:00
parent 078ac99098
commit 6642f9d505

View File

@@ -4,7 +4,7 @@
"description": "",
"main": "main.js",
"author": "Gregor Biswanger",
"license": "ISC",
"license": "MIT",
"scripts": {
"start": "tsc -p ."
},