Skip to content

Commit e2c4b55

Browse files
committed
update the package min engine
1 parent 2040007 commit e2c4b55

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reecem/custom-type-api",
3-
"version": "0.2.0-alpha.2",
3+
"version": "0.2.0-alpha.3",
44
"description": "API interface for the Prismic.io Custom Type API (beta)",
55
"type": "module",
66
"source": "src/index.ts",
@@ -20,13 +20,16 @@
2020
"api",
2121
"slicemachine"
2222
],
23-
"author": "ReeceM",
23+
"author": "@ReeceM",
2424
"license": "ISC",
2525
"devDependencies": {
2626
"@types/node-fetch": "^2.5.10",
2727
"microbundle": "^0.13.3",
2828
"typescript": "^4.2.4"
2929
},
30+
"engines": {
31+
"node": ">=12.0"
32+
},
3033
"dependencies": {
3134
"node-fetch": "^2.6.1"
3235
}

0 commit comments

Comments
 (0)