added typings to package.json

This commit is contained in:
LosslessBot 2016-05-02 02:51:37 +02:00
parent 256caf4e65
commit d9fc0d333c

View File

@ -3,6 +3,7 @@
"version": "4.1.3", "version": "4.1.3",
"description": "beautiful logging", "description": "beautiful logging",
"main": "dist/index.js", "main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": { "scripts": {
"test": "(npmts)", "test": "(npmts)",
"testbrowser": "(npm test) && (node testbrowser.js)", "testbrowser": "(npm test) && (node testbrowser.js)",