minor adjustments for release
parent
6332fa0591
commit
37a46b1024
15
.npmignore
15
.npmignore
|
@ -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/**
|
||||||
|
|
1
AUTHORS
1
AUTHORS
|
@ -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:
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Optimistik SAS",
|
"name": "Optimistik SAS",
|
||||||
"email": "contact@optimistik.fr"
|
"email": "contact@optimistik.io"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue