now bundles typings

This commit is contained in:
LosslessBot
2016-05-02 01:29:42 +02:00
parent 5a4d47411a
commit 70015b5ffc
16 changed files with 69 additions and 22 deletions

View File

@@ -3,6 +3,7 @@
"version": "1.2.3",
"description": "store things about your environment and let them travel across modules",
"main": "dist/index.js",
"typings":"dist/index.d.ts",
"scripts": {
"test": "(npmts)",
"testbrowser": "(npm test) && (node testbrowser.js)"
@@ -22,10 +23,10 @@
"homepage": "https://github.com/pushrocks/smartenv",
"dependencies": {
"beautylog": "^4.1.2",
"lodash": "^4.8.1",
"lodash": "^4.11.1",
"q": "^1.4.1"
},
"devDependencies": {
"npmts": "^5.0.3"
"npmts": "^5.1.5"
}
}