Skip to content

Commit

Permalink
1.0.03 test
Browse files Browse the repository at this point in the history
  • Loading branch information
Colack authored and Colack committed Oct 29, 2024
1 parent bfb60c3 commit e56440e
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": "mdstfu",
"version": "1.0.02",
"version": "1.0.03",
"description": "Fetch markdown files from urls.",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand All @@ -10,7 +10,7 @@
],
"scripts": {
"build": "tsup",
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Test not implemented\" && exit 0"
},
"author": "colack",
"license": "GPL-3.0-only",
Expand Down

0 comments on commit e56440e

Please sign in to comment.