From f537eb68091d0257b5a4ea915aa00a2c46727198 Mon Sep 17 00:00:00 2001 From: Jon Schlinkert Date: Wed, 4 Sep 2019 02:51:09 -0400 Subject: [PATCH] 2.0.0 --- package.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b66a482..dfe8cb9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "write", "description": "Write data to a file, replacing the file if it already exists and creating any intermediate directories if they don't already exist. Thin wrapper around node's native fs methods.", - "version": "1.0.3", + "version": "2.0.0", "homepage": "https://github.com/jonschlinkert/write", "author": "Jon Schlinkert (https://github.com/jonschlinkert)", "contributors": [ @@ -23,6 +23,9 @@ "scripts": { "test": "mocha" }, + "dependencies": { + "add-filename-increment": "^1.0.0" + }, "devDependencies": { "gulp-format-md": "^2.0.0", "mocha": "^6.2.0", @@ -60,6 +63,8 @@ ], "related": { "list": [ + "add-filename-increment", + "strip-filename-increment", "delete", "read-data", "read-yaml", @@ -75,4 +80,4 @@ "reflinks": true } } -} \ No newline at end of file +}