Skip to content

Commit

Permalink
v2.1.0 release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
lucagrulla committed Dec 21, 2020
1 parent c476551 commit 0bd1f75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"file",
"logs"
],
"version": "2.0.4",
"version": "2.1.0",
"homepage": "https://www.lucagrulla.com/node-tail",
"repository": {
"type": "git",
Expand All @@ -25,7 +25,7 @@
"node": ">= 6.0.0"
},
"scripts": {
"build": "rm ./lib/** && cp src/tail.js ./lib/",
"build": "rm -f ./lib/** && cp src/tail.js ./lib/",
"prepare": "npm run build",
"prepublishOnly": "npm run test",
"test": "mocha",
Expand Down

0 comments on commit 0bd1f75

Please sign in to comment.