now has package typings

This commit is contained in:
LosslessBot
2016-04-30 12:07:49 +02:00
parent cc5f57da44
commit 3d5aa9fda7
13 changed files with 39 additions and 7 deletions

View File

@ -3,6 +3,7 @@
"version": "3.1.5",
"description": "offers smart ways to handle paths",
"main": "dist/index.js",
"typings":"dist/index.d.ts",
"scripts": {
"test": "(npmts)"
},
@ -26,7 +27,7 @@
"home": "^1.0.1"
},
"devDependencies": {
"npmts": "^5.0.4",
"npmts": "^5.1.0",
"should": "^8.3.1"
}
}