Compare commits

..

4 Commits

Author SHA1 Message Date
66e9d29667 3.0.9 2016-05-23 05:39:26 +02:00
c57b81c901 fix test issue 2016-05-23 05:39:22 +02:00
ed6c730a6c 3.0.8 2016-05-23 04:11:58 +02:00
d77999e62d link typings correctly and update dependencies 2016-05-23 04:11:48 +02:00

View File

@ -1,8 +1,9 @@
{ {
"name": "smartfile", "name": "smartfile",
"version": "3.0.7", "version": "3.0.9",
"description": "offers smart ways to work with files in nodejs", "description": "offers smart ways to work with files in nodejs",
"main": "dist/index.js", "main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": { "scripts": {
"test": "(npmts)", "test": "(npmts)",
"reinstall": "(rm -r node_modules && npm install)", "reinstall": "(rm -r node_modules && npm install)",
@ -25,7 +26,7 @@
}, },
"homepage": "https://github.com/pushrocks/smartfile", "homepage": "https://github.com/pushrocks/smartfile",
"dependencies": { "dependencies": {
"beautylog": "^5.0.4", "beautylog": "^5.0.5",
"fs-extra": "^0.30.0", "fs-extra": "^0.30.0",
"gulp": "^3.9.1", "gulp": "^3.9.1",
"gulp-remote-src": "^0.4.1", "gulp-remote-src": "^0.4.1",
@ -38,7 +39,7 @@
}, },
"devDependencies": { "devDependencies": {
"gulp-function": "^1.3.1", "gulp-function": "^1.3.1",
"npmts": "^5.1.7", "npmts": "^5.1.11",
"should": "^8.3.2" "should": "^8.4.0"
} }
} }