Skip to content

Commit

Permalink
Merge pull request #147 from wolfadex/wolfadex/change-script-name
Browse files Browse the repository at this point in the history
Change script name so it doesn't collide
  • Loading branch information
wolfadex authored Sep 23, 2024
2 parents 61afcb3 + fd6c693 commit b6d90a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "elm-test",
"test:gen": "./gen-test.sh",
"test:watch": "elm-test --watch",
"publish": "npm run build && npm publish"
"pub": "npm run build && npm publish"
},
"author": "Wolfgang Schuster",
"license": "MIT",
Expand Down

0 comments on commit b6d90a6

Please sign in to comment.