From 608f68cba0fa98f2db31b95a1bbc4cabb98586ea Mon Sep 17 00:00:00 2001 From: Determinant Date: Thu, 7 Feb 2019 00:40:27 -0500 Subject: add author and license --- package.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'package.json') 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", -- cgit v1.2.3