Skip to content

Commit

Permalink
Merge branch 'main' of github.com:makenotion/notion-sdk-js into main
Browse files Browse the repository at this point in the history
  • Loading branch information
David Blackman committed May 20, 2021
2 parents 6d0326c + 9114629 commit 45cfeed
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

1 comment on commit 45cfeed

@mukeshkmr776
Copy link

@mukeshkmr776 mukeshkmr776 commented on 45cfeed May 20, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@blackmad Hope same is updated in GitHub Action also for build-and-test Node 12.x

You need to update in workflow file "ci.yml" also for Node 12.x

Please sign in to comment.