diff --git a/.npmignore b/.npmignore index 74afe2fc..dbd7ab3e 100644 --- a/.npmignore +++ b/.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/** diff --git a/.remarkrc b/.remarkrc deleted file mode 100644 index da24a20e..00000000 --- a/.remarkrc +++ /dev/null @@ -1,5 +0,0 @@ -{ - "plugins": { - "lint-ordered-list-marker-value": "one" - } -} diff --git a/AUTHORS b/AUTHORS index 28d0ba8b..873359f0 100644 --- a/AUTHORS +++ b/AUTHORS @@ -4,6 +4,7 @@ Jeff Schiller Vidar Hokstad Alexis Deveria Brett Zamir +Optimistik SAS Translation credits: diff --git a/CHANGES.md b/CHANGES.md index 72ace049..c9b2e8a9 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 diff --git a/composer.json b/composer.json index f2c968bd..d30c0e6e 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ }, { "name": "Optimistik SAS", - "email": "contact@optimistik.fr" + "email": "contact@optimistik.io" } ], "keywords": [ diff --git a/package.json b/package.json index abfd58d7..2b646edf 100644 --- a/package.json +++ b/package.json @@ -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",