Remove `typings` field

This commit is contained in:
Pig Fang 2018-08-01 18:16:13 +08:00
parent 1ece3e6283
commit a19902bf03
1 changed files with 0 additions and 1 deletions

View File

@ -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",