aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 6 insertions, 2 deletions
diff --git a/package.json b/package.json
index 8ee60e1..0c6c2a1 100644
--- a/package.json
+++ b/package.json
@@ -7,8 +7,12 @@
"start": "webpack --mode development --watch",
"build": "webpack --mode production"
},
- "author": "",
- "license": "ISC",
+ "author": {
+ "name": "Ted Yin",
+ "email": "tederminant@gmail.com",
+ "url": "https://tedyin.com"
+ },
+ "license": "MIT",
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.3.0",