From ee1b6d93cea40dee9e98b4a766e84e23c559115b Mon Sep 17 00:00:00 2001 From: yhirano55 Date: Thu, 17 May 2018 19:45:13 +0900 Subject: [PATCH] Minor improve with-typescript example [ci skip] (#4402) * Added license to package.json. * Modified package name same as dir name. --- examples/with-typescript/package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/examples/with-typescript/package.json b/examples/with-typescript/package.json index 6734bb97..9beaad87 100644 --- a/examples/with-typescript/package.json +++ b/examples/with-typescript/package.json @@ -1,5 +1,5 @@ { - "name": "with-typescript-plugin", + "name": "with-typescript", "version": "1.0.0", "scripts": { "dev": "next", @@ -15,5 +15,6 @@ "devDependencies": { "@types/next": "^2.4.7", "@types/react": "^16.0.36" - } + }, + "license": "ISC" }