link typings correctly and update dependencies
This commit is contained in:
parent
8561cfcc5c
commit
d77999e62d
@ -3,6 +3,7 @@
|
||||
"version": "3.0.7",
|
||||
"description": "offers smart ways to work with files in nodejs",
|
||||
"main": "dist/index.js",
|
||||
"typings":"dist/index.d.ts",
|
||||
"scripts": {
|
||||
"test": "(npmts)",
|
||||
"reinstall": "(rm -r node_modules && npm install)",
|
||||
@ -25,7 +26,7 @@
|
||||
},
|
||||
"homepage": "https://github.com/pushrocks/smartfile",
|
||||
"dependencies": {
|
||||
"beautylog": "^5.0.4",
|
||||
"beautylog": "^5.0.5",
|
||||
"fs-extra": "^0.30.0",
|
||||
"gulp": "^3.9.1",
|
||||
"gulp-remote-src": "^0.4.1",
|
||||
@ -38,7 +39,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"gulp-function": "^1.3.1",
|
||||
"npmts": "^5.1.7",
|
||||
"should": "^8.3.2"
|
||||
"npmts": "^5.1.11",
|
||||
"should": "^8.4.0"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user