We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2040007 commit e2c4b55Copy full SHA for e2c4b55
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@reecem/custom-type-api",
3
- "version": "0.2.0-alpha.2",
+ "version": "0.2.0-alpha.3",
4
"description": "API interface for the Prismic.io Custom Type API (beta)",
5
"type": "module",
6
"source": "src/index.ts",
@@ -20,13 +20,16 @@
20
"api",
21
"slicemachine"
22
],
23
- "author": "ReeceM",
+ "author": "@ReeceM",
24
"license": "ISC",
25
"devDependencies": {
26
"@types/node-fetch": "^2.5.10",
27
"microbundle": "^0.13.3",
28
"typescript": "^4.2.4"
29
},
30
+ "engines": {
31
+ "node": ">=12.0"
32
+ },
33
"dependencies": {
34
"node-fetch": "^2.6.1"
35
}
0 commit comments