1
0
Fork 0

chore: Documentation updates and reconfigure

This commit is contained in:
joostdecock 2023-04-10 19:21:22 +02:00
parent 8559ff10e6
commit 5801eda558
5 changed files with 11 additions and 13 deletions

View file

@ -48,7 +48,7 @@
# @freesewing/plugin-annotations
A bundle of FreeSewing plugins that provide annotations
A FreeSewing plugin that provides pattern annotations

View file

@ -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",

View file

@ -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,