Skip to content

Commit

Permalink
package: fix test script for npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-hardy committed Feb 28, 2022
1 parent f3312e8 commit f983ad2
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": "tmisp",
"version": "1.0.1",
"version": "1.0.2",
"description": "Read data from T-Mobile Home Internet Modems",
"main": "t-misp.mjs",
"repository": {
Expand All @@ -15,7 +15,7 @@
"Askey"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"No tests specified\" && exit 0"
},
"author": "Stephen Hardy",
"license": "MIT",
Expand Down

0 comments on commit f983ad2

Please sign in to comment.