Skip to content

Commit

Permalink
v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
linonetwo committed Dec 31, 2023
1 parent 073fc5b commit c8afb45
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
@@ -1,6 +1,6 @@
{
"name": "git-sync-js",
"version": "2.0.0",
"version": "2.0.1",
"description": "JS implementation for Git-Sync, a handy script that backup your notes in a git repo to the remote git services.",
"homepage": "https://github.com/linonetwo/git-sync-js",
"bugs": {
Expand All @@ -18,7 +18,7 @@
"dist/src/"
],
"scripts": {
"prepublishOnly": "npm run clean && npm run compile",
"prepublishOnly": "npm run clean && npm run test && npm run lint && npm run compile",
"test": "npm run clean:test && jest",
"clean": "rimraf --no-glob dist",
"clean:test": "rimraf test/mockRepo test/mockRepo2 test/mockUpstreamRepo",
Expand Down

0 comments on commit c8afb45

Please sign in to comment.