chore: Documentation updates and reconfigure
This commit is contained in:
parent
8559ff10e6
commit
5801eda558
5 changed files with 11 additions and 13 deletions
|
@ -48,7 +48,7 @@
|
|||
|
||||
# @freesewing/plugin-annotations
|
||||
|
||||
A bundle of FreeSewing plugins that provide annotations
|
||||
A FreeSewing plugin that provides pattern annotations
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@freesewing/plugin-annotations",
|
||||
"version": "3.0.0-alpha.4",
|
||||
"description": "A bundle of FreeSewing plugins that provide annotations",
|
||||
"description": "A FreeSewing plugin that provides pattern annotations",
|
||||
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
||||
"homepage": "https://freesewing.org/",
|
||||
"repository": "github:freesewing/freesewing",
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
import { annotationsPlugin } from '../../plugin-annotations/src/index.mjs'
|
||||
|
||||
import { bannerPlugin } from '../../plugin-banner/src/index.mjs'
|
||||
import { dimensionPlugin } from '../../plugin-dimension/src/index.mjs'
|
||||
import { measurementsPlugin } from '../../plugin-measurements/src/index.mjs'
|
||||
import { mirrorPlugin } from '../../plugin-mirror/src/index.mjs'
|
||||
import { roundPlugin } from '../../plugin-round/src/index.mjs'
|
||||
|
@ -11,8 +9,6 @@ import { name, version } from '../data.mjs'
|
|||
|
||||
const bundledPlugins = [
|
||||
annotationsPlugin,
|
||||
bannerPlugin,
|
||||
dimensionPlugin,
|
||||
measurementsPlugin,
|
||||
mirrorPlugin,
|
||||
roundPlugin,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue