Skip to content

Commit

Permalink
fix: prepublish is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasgriffintn committed Dec 16, 2022
1 parent 955dc58 commit dac0fa6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sqs-producer",
"version": "3.0.0",
"version": "3.0.1",
"description": "Enqueues messages onto a given SQS queue",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -14,7 +14,7 @@
"format": "prettier --loglevel warn --write \"**/*.{js,json,jsx,md,ts,tsx,html}\"",
"format:check": "prettier --check \"**/*.{js,json,jsx,md,ts,tsx,html}\"",
"build": "npm run clean && tsc",
"prepublish": "npm run build",
"prepare": "npm run build",
"pretest": "npm run build",
"watch": "tsc --watch",
"clean": "rm -fr dist/*"
Expand Down

0 comments on commit dac0fa6

Please sign in to comment.