Skip to content

Commit

Permalink
Remove typings field
Browse files Browse the repository at this point in the history
  • Loading branch information
g-plane committed Aug 1, 2018
1 parent 1ece3e6 commit a19902b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit a19902b

Please sign in to comment.