Skip to content

Commit

Permalink
2.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalpp committed Apr 5, 2024
1 parent 8fec281 commit 740fc56
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "freeruler",
"version": "2.0.8",
"description": "A free ruler for macOS",
"main": "none",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"get:version": "cat package.json | jq -r '.version'",
"get:commits": "git log --pretty=oneline | wc -l"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pascalpp/FreeRuler.git"
},
"author": "Pascal <pascal@pascal.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/pascalpp/FreeRuler/issues"
},
"homepage": "https://github.com/pascalpp/FreeRuler#readme"
}

0 comments on commit 740fc56

Please sign in to comment.