remove thing frmo README

This commit is contained in:
Tom Aitken 2024-08-30 08:54:45 +10:00
parent 7e08b63636
commit c177f4a1be
3 changed files with 13 additions and 6 deletions

View File

@ -3,8 +3,6 @@
This package was created by the [ckeditor5-package-generator](https://www.npmjs.com/package/ckeditor5-package-generator) package. It is highly derivative of [ForumMagnum Footnote Plugin](https://github.com/ForumMagnum/ForumMagnum/tree/master/public/lesswrong-editor/src/ckeditor5-footnote/src). All intellectual credit should go to the developers of this plugin. This package was created by the [ckeditor5-package-generator](https://www.npmjs.com/package/ckeditor5-package-generator) package. It is highly derivative of [ForumMagnum Footnote Plugin](https://github.com/ForumMagnum/ForumMagnum/tree/master/public/lesswrong-editor/src/ckeditor5-footnote/src). All intellectual credit should go to the developers of this plugin.
🚧🚧🚧 STILL UNDER DEVELOPMENT 🚧🚧🚧
## Table of contents ## Table of contents
* [Developing the package](#developing-the-package) * [Developing the package](#developing-the-package)

View File

@ -23,7 +23,7 @@
"./browser/*": null, "./browser/*": null,
"./package.json": "./package.json" "./package.json": "./package.json"
}, },
"license": "MIT", "license": "ISC",
"engines": { "engines": {
"node": ">=18.0.0", "node": ">=18.0.0",
"npm": ">=5.7.1" "npm": ">=5.7.1"
@ -80,5 +80,14 @@
"hooks": { "hooks": {
"pre-commit": "lint-staged" "pre-commit": "lint-staged"
} }
} },
"repository": {
"type": "git",
"url": "git+https://github.com/ThomasAitken/ckeditor5-footnotes.git"
},
"author": "Thomas Aitken",
"bugs": {
"url": "https://github.com/ThomasAitken/ckeditor5-footnotes/issues"
},
"homepage": "https://github.com/ThomasAitken/ckeditor5-footnotes#readme"
} }

View File

@ -1,8 +1,8 @@
import ckeditor from './../theme/icons/ckeditor.svg'; import insertFootnoteIcon from './../theme/icons/insert-footnote.svg';
import './augmentation.js'; import './augmentation.js';
export { default as Footnotes } from './footnotes.js'; export { default as Footnotes } from './footnotes.js';
export const icons = { export const icons = {
ckeditor insertFootnoteIcon
}; };