get-notion-data
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "get-notion-data", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Get public Notion page's data.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -11,3 +11,3 @@ # Get Notion Data | ||
```js | ||
const getNotionData = require('.'); | ||
const getNotionData = require('get-notion-data'); | ||
@@ -14,0 +14,0 @@ getNotionData(/* YOUR NOTION PAGE ID */).then((data) => { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6802