aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDeterminant <ted.sybil@gmail.com>2019-02-07 00:40:27 -0500
committerDeterminant <ted.sybil@gmail.com>2019-02-07 00:40:27 -0500
commit608f68cba0fa98f2db31b95a1bbc4cabb98586ea (patch)
tree69f37bd9fa7dc281db4597d78f00970a7c0289c6
parente4651c8d1bc1c416de553428bcfba137ca35ef91 (diff)
add author and license
-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",