Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonschlinkert committed Sep 4, 2019
1 parent 07a6c43 commit f537eb6
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand All @@ -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",
Expand Down Expand Up @@ -60,6 +63,8 @@
],
"related": {
"list": [
"add-filename-increment",
"strip-filename-increment",
"delete",
"read-data",
"read-yaml",
Expand All @@ -75,4 +80,4 @@
"reflinks": true
}
}
}
}

0 comments on commit f537eb6

Please sign in to comment.