minor adjustments for release

master
JFH 2021-11-08 10:13:55 +01:00
parent 6332fa0591
commit 37a46b1024
6 changed files with 8 additions and 25 deletions

View File

@ -1,19 +1,6 @@
ignore
screencasts
.github/ISSUE_TEMPLATE/bug_report.md
gh-disabled-workflows
build
lgtm.yml lgtm.yml
cypress/**
cypress.env.json
coverage/** coverage/**
.nyc_output .nyc_output
instrumented/** instrumented/**
releases
tools
.eslintcache .eslintcache
node_modules/**

View File

@ -1,5 +0,0 @@
{
"plugins": {
"lint-ordered-list-marker-value": "one"
}
}

View File

@ -4,6 +4,7 @@ Jeff Schiller <codedread@gmail.com>
Vidar Hokstad <vidar.hokstad@gmail.com> Vidar Hokstad <vidar.hokstad@gmail.com>
Alexis Deveria <adeveria@gmail.com> Alexis Deveria <adeveria@gmail.com>
Brett Zamir <brettz9@yahoo.com> Brett Zamir <brettz9@yahoo.com>
Optimistik SAS <contact@optimistik.io>
Translation credits: Translation credits:

View File

@ -1,11 +1,11 @@
# SVG-Edit CHANGES # SVG-Edit CHANGES
## 7.0.0 (preview - work in progress) ## 7.0.0
- New UI - New UI
- Rearchitecture the code (more modular) - Rearchitecture the code (more modular)
- simplify and refresh the build process - Simplify and refresh the build process
- Introduce Web Component to replace jQuery UI - Introduce Web Component to replace jQuery UI
- update dependencies - Update dependencies
## 6.0.0 (unreleased) ## 6.0.0 (unreleased)
- Project: Add `FUNDING.yml` to accept contributions - Project: Add `FUNDING.yml` to accept contributions

View File

@ -28,7 +28,7 @@
}, },
{ {
"name": "Optimistik SAS", "name": "Optimistik SAS",
"email": "contact@optimistik.fr" "email": "contact@optimistik.io"
} }
], ],
"keywords": [ "keywords": [

View File

@ -2,8 +2,8 @@
"name": "svgedit", "name": "svgedit",
"version": "7.0.0", "version": "7.0.0",
"description": "Powerful SVG-Editor for your browser ", "description": "Powerful SVG-Editor for your browser ",
"main": "dist/Editor.js", "main": "dist/editor/Editor.js",
"module": "dist/Editor.js", "module": "dist/editor/Editor.js",
"directories": { "directories": {
"doc": "docs", "doc": "docs",
"example": "examples", "example": "examples",