From d77999e62d7caf9e5c25c1cb5d56c9bf2605d828 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Mon, 23 May 2016 04:11:48 +0200 Subject: [PATCH] link typings correctly and update dependencies --- package.json | 7 ++++--- test/temp | 4 ++++ 2 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 test/temp diff --git a/package.json b/package.json index 650da68..ba71e54 100644 --- a/package.json +++ b/package.json @@ -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" } } diff --git a/test/temp b/test/temp new file mode 100644 index 0000000..8ace546 --- /dev/null +++ b/test/temp @@ -0,0 +1,4 @@ +key1: this works +key2: this works too +key3: + nestedkey1: hello \ No newline at end of file