Skip to content

Commit 1655108

Browse files
minor doc fixes
1 parent 7293758 commit 1655108

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

license

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 Saasify
3+
Copyright (c) 2021 Travis Fischer
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"pretest": "run-s build",
2323
"test": "run-s test:*",
2424
"test:unit": "lerna run test",
25-
"test:prettier": "prettier '**/*.{js,ts,tsx}' --check",
25+
"test:prettier": "prettier '**/*.{js,jsx,json,ts,tsx}' --check",
2626
"docs": "run-s docs:extract docs:generate",
2727
"docs:extract": "lerna exec --ignore react-notion-x --ignore notion-x-example api-extractor run",
2828
"docs:generate": "api-documenter markdown -i build -o docs",

packages/notion-client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "4.2.17",
44
"description": "Robust TypeScript client for the unofficial Notion API.",
55
"repository": "NotionX/react-notion-x",
6-
"author": "Saasify <[email protected]>",
6+
"author": "Travis Fischer <[email protected]>",
77
"license": "MIT",
88
"main": "build/cjs/index.js",
99
"module": "build/esm/index.js",

packages/notion-types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "4.2.17",
44
"description": "TypeScript types for core Notion data structures.",
55
"repository": "NotionX/react-notion-x",
6-
"author": "Saasify <[email protected]>",
6+
"author": "Travis Fischer <[email protected]>",
77
"license": "MIT",
88
"main": "build/cjs/index.js",
99
"module": "build/esm/index.js",

packages/notion-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "4.2.17",
44
"description": "Useful utilities for working with Notion data. Isomorphic.",
55
"repository": "NotionX/react-notion-x",
6-
"author": "Saasify <[email protected]>",
6+
"author": "Travis Fischer <[email protected]>",
77
"license": "MIT",
88
"main": "build/cjs/index.js",
99
"module": "build/esm/index.js",

packages/react-notion-x/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "4.2.17",
44
"description": "Fast and accurate React renderer for Notion.",
55
"repository": "NotionX/react-notion-x",
6-
"author": "Saasify <[email protected]>",
6+
"author": "Travis Fischer <[email protected]>",
77
"license": "MIT",
88
"main": "build/cjs/index.js",
99
"module": "build/esm/index.js",

0 commit comments

Comments
 (0)