diff options
-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", |