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
|
||||
|
||||
cypress/**
|
||||
cypress.env.json
|
||||
|
||||
coverage/**
|
||||
.nyc_output
|
||||
instrumented/**
|
||||
|
||||
releases
|
||||
|
||||
tools
|
||||
.eslintcache
|
||||
node_modules/**
|
||||
|
|
1
AUTHORS
1
AUTHORS
|
@ -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:
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
},
|
||||
{
|
||||
"name": "Optimistik SAS",
|
||||
"email": "contact@optimistik.fr"
|
||||
"email": "contact@optimistik.io"
|
||||
}
|
||||
],
|
||||
"keywords": [
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue