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
cypress/**
cypress.env.json
coverage/**
.nyc_output
instrumented/**
releases
tools
.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>
Alexis Deveria <adeveria@gmail.com>
Brett Zamir <brettz9@yahoo.com>
Optimistik SAS <contact@optimistik.io>
Translation credits:

View File

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

View File

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

View File

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