Skip to content

Commit f537eb6

Browse files
committed
2.0.0
1 parent 07a6c43 commit f537eb6

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "write",
33
"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.",
4-
"version": "1.0.3",
4+
"version": "2.0.0",
55
"homepage": "https://github.com/jonschlinkert/write",
66
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
77
"contributors": [
@@ -23,6 +23,9 @@
2323
"scripts": {
2424
"test": "mocha"
2525
},
26+
"dependencies": {
27+
"add-filename-increment": "^1.0.0"
28+
},
2629
"devDependencies": {
2730
"gulp-format-md": "^2.0.0",
2831
"mocha": "^6.2.0",
@@ -60,6 +63,8 @@
6063
],
6164
"related": {
6265
"list": [
66+
"add-filename-increment",
67+
"strip-filename-increment",
6368
"delete",
6469
"read-data",
6570
"read-yaml",
@@ -75,4 +80,4 @@
7580
"reflinks": true
7681
}
7782
}
78-
}
83+
}

0 commit comments

Comments
 (0)