@tiptap/extension-font-family
Advanced tools
Comparing version 2.1.0-rc.9 to 2.1.0-rc.10
@@ -1,3 +0,3 @@ | ||
import { FontFamily } from './font-family'; | ||
export * from './font-family'; | ||
import { FontFamily } from './font-family.js'; | ||
export * from './font-family.js'; | ||
export default FontFamily; |
{ | ||
"name": "@tiptap/extension-font-family", | ||
"description": "font family extension for tiptap", | ||
"version": "2.1.0-rc.9", | ||
"version": "2.1.0-rc.10", | ||
"homepage": "https://tiptap.dev", | ||
@@ -32,4 +32,4 @@ "keywords": [ | ||
"devDependencies": { | ||
"@tiptap/core": "^2.1.0-rc.9", | ||
"@tiptap/extension-text-style": "^2.1.0-rc.9" | ||
"@tiptap/core": "^2.1.0-rc.10", | ||
"@tiptap/extension-text-style": "^2.1.0-rc.10" | ||
}, | ||
@@ -36,0 +36,0 @@ "peerDependencies": { |
@@ -1,5 +0,5 @@ | ||
import { FontFamily } from './font-family' | ||
import { FontFamily } from './font-family.js' | ||
export * from './font-family' | ||
export * from './font-family.js' | ||
export default FontFamily |
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
18643