summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorTim Schiewe <git@tforge.de>2018-04-30 18:12:37 +0200
committerTim Schiewe <git@tforge.de>2018-04-30 18:12:37 +0200
commitfba804b69e5cbdbe7cb71d6137b2b2a56230a971 (patch)
treec2a1230e596a67d071baa12f0ebe0428e08ae66f /package.json
parent3f93425af5095a2a2ba3797e304e730baa0e9012 (diff)
downloadsplus-fba804b69e5cbdbe7cb71d6137b2b2a56230a971.tar.gz
splus-fba804b69e5cbdbe7cb71d6137b2b2a56230a971.zip
Fix license field in package.json
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index e2f7d52..a23d5ca 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,7 @@
"description": "",
"private": true,
"main": "index.js",
- "license": "UNLICENSED",
+ "license": "MIT",
"scripts": {
"start": "ts-node index.ts"
},