From db3300466dba093a02850251dca23837da0241a4 Mon Sep 17 00:00:00 2001 From: otofune Date: Mon, 30 Jan 2017 12:09:04 +0900 Subject: [PATCH] modify package.json * remove useless npm start script * rename typings to types (follow new style) https://www.typescriptlang.org/docs/handbook/declaration-files/publishing.html#including-declarations-in-your-npm-package --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 3a433a1..1c96aec 100644 --- a/package.json +++ b/package.json @@ -7,9 +7,8 @@ "repository": "https://github.com/syuilo/summaly.git", "bugs": "https://github.com/syuilo/summaly/issues", "main": "./built/index.js", - "typings": "./built/index.d.ts", + "types": "./built/index.d.ts", "scripts": { - "start": "node ./built/index.js", "build": "gulp build" }, "devDependencies": {