diff options
author | Determinant <[email protected]> | 2019-02-07 00:40:27 -0500 |
---|---|---|
committer | Determinant <[email protected]> | 2019-02-07 00:40:27 -0500 |
commit | 608f68cba0fa98f2db31b95a1bbc4cabb98586ea (patch) | |
tree | 69f37bd9fa7dc281db4597d78f00970a7c0289c6 | |
parent | e4651c8d1bc1c416de553428bcfba137ca35ef91 (diff) |
add author and license
-rw-r--r-- | package.json | 8 |
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": "[email protected]", + "url": "https://tedyin.com" + }, + "license": "MIT", "devDependencies": { "@babel/core": "^7.2.2", "@babel/plugin-proposal-class-properties": "^7.3.0", |