Skip to content

Commit

Permalink
Merge pull request #79 from makenotion/node-to-12
Browse files Browse the repository at this point in the history
lower node engine to >=12
  • Loading branch information
David Blackman authored May 20, 2021
2 parents d4eb570 + 1c94906 commit 9114629
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 9114629

Please sign in to comment.