Skip to content

Commit

Permalink
3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mreinstein committed May 24, 2021
1 parent 3142304 commit 738ac2c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
1 change: 0 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
engine-strict=true

4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 3.0.1
* fix `engines` field in `package.json`


# 3.0.0
* BREAKING: publish as a pure ES module
* BREAKING: only support node >= 12.17
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alexa-verifier",
"version": "3.0.0",
"version": "3.0.1",
"description": "Verify HTTP requests sent to an Alexa skill are sent from Amazon",
"main": "index.js",
"type": "module",
Expand Down Expand Up @@ -30,7 +30,7 @@
"tap": "^15.0.9",
"unroll": "1.4.0"
},
"engine": {
"engines": {
"node": ">=12.17"
}
}

0 comments on commit 738ac2c

Please sign in to comment.