Skip to content

Commit

Permalink
Meta tweaks
Browse files Browse the repository at this point in the history
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
  • Loading branch information
Richienb committed Aug 1, 2020
1 parent 387dbfc commit ebca463
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,26 @@
{
"name": "prepend-file",
"version": "1.3.1",
"description": "Prepend data to a file, creating the file if it not yet exists.",
"license": "MIT",
"repository": "hemanth/node-prepend-file",
"description": "Prepend data to a file, creating it if it doesn't exist.",
"repository": "https://github.com/hemanth/node-prepend-file.git",
"author": {
"name": "Hemanth.HM",
"email": "hemanth.hm@gmail.com",
"url": "http://h3manth.com"
},
"license": "MIT",
"main": "index.js",
"files": [
"index.js",
"index.d.ts"
],
"engines": {
"node": ">=10.17 <11 || >=11.14"
},
"scripts": {
"coverage": "nyc report --reporter=text-lcov | coveralls",
"test": "xo && nyc ava"
},
"files": [
"index.js",
"index.d.ts"
],
"keywords": [
"fs",
"file",
Expand Down

0 comments on commit ebca463

Please sign in to comment.