From a19902bf03f8bdfc7777dd7e0ba9c934aac5d0ed Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Wed, 1 Aug 2018 18:16:13 +0800 Subject: [PATCH] Remove `typings` field --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index e13ae86..4c58e07 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,6 @@ "description": "Three.js powered Minecraft skin viewer", "module": "build/skinview3d.module.js", "main": "build/skinview3d.js", - "typings": "types/skinview3d.d.ts", "scripts": { "build": "npm run compile && rollup -c tools/rollup.module.js && rollup -c tools/rollup.browser.js && rollup -c tools/rollup.browser.min.js", "lint": "tslint -c tslint.json src/**.ts",