add typings tag to package.json

This commit is contained in:
Philipp Kunz 2016-05-22 00:59:12 +02:00
parent 839c80f5dd
commit eb72e2dccc

View File

@ -3,6 +3,7 @@
"version": "1.0.6",
"description": "nice module loading animation for modules that need a little starting time.",
"main": "dist/index.js",
"typings":"dist/index.d.ts",
"scripts": {
"test": "(npmts)"
},