Skip to content

Commit

Permalink
lower node engine to >=12
Browse files Browse the repository at this point in the history
This adds a warning in npm install for ava@typescript that can be safely ignored
  • Loading branch information
David Blackman committed May 20, 2021
1 parent d4eb570 commit 1c94906
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
{
"name": "@notionhq/client",
"version": "0.1.3",
"version": "0.1.4",
"description": "A simple and easy to use client for the Notion API",
"engines": {
"node": ">=14.15.0"
"node": ">=12"
},
"keywords": ["notion", "notionapi", "rest", "notion-api"],
"keywords": [
"notion",
"notionapi",
"rest",
"notion-api"
],
"main": "./build/src",
"scripts": {
"prepare": "npm run build",
Expand All @@ -15,7 +20,9 @@
},
"author": "",
"license": "MIT",
"files": ["build/src/**"],
"files": [
"build/src/**"
],
"dependencies": {
"got": "^11.8.2"
},
Expand Down

0 comments on commit 1c94906

Please sign in to comment.