Skip to content

Commit

Permalink
Adjust the typings to support more node/npm versions (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
srtfisher authored Jan 9, 2024
1 parent a62c547 commit acdf2d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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,11 +1,11 @@
{
"name": "@alleyinteractive/wp-page-cache-control",
"version": "1.0.0",
"version": "1.0.1",
"license": "GPL-2.0-or-later",
"main": "./types/index.d.ts",
"types": "./types/index.d.ts",
"engines": {
"node": "18",
"node": ">=16",
"npm": ">=8"
},
"private": false,
Expand Down

0 comments on commit acdf2d9

Please sign in to comment.