From 978925a8a3bccbb7473c06648d39a2bdca18e1b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E5=9F=B9=E5=A0=AF?= Date: Fri, 31 May 2019 14:05:27 +0800 Subject: [PATCH] add "typescript" as keyword --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0013048..89df796 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "build": "gulp build", "test": "npm run build && node dist/test.js" }, - "keywords": ["URI", "URL"], + "keywords": ["URI", "URL", "typescript"], "homepage": "https://github.com/XuPeiYao/uriBuilder", "repository": { "type": "git", @@ -24,4 +24,4 @@ "gulp-typescript": "^3.2.3", "typescript": "~2.4.2" } -} \ No newline at end of file +}