@abi-software/scaffoldvuer 0.4.0-vue3.6 → 0.4.0-vue3.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.eslintrc.js CHANGED
@@ -1,12 +1,5 @@
1
- module.exports = {
2
- extends: [
3
- // add more generic rulesets here, such as:
4
- 'plugin:vue/recommended', // Use this if you are using Vue.js 2.x.,
5
-
6
- ],
7
- rules: {
8
- // override/add rules settings here, such as:
9
- // 'vue/no-unused-vars': 'error'
10
- }
1
+ // .eslintrc
2
+ env: {
3
+ node: true,
4
+ es2022: true, // 👈 add this
11
5
  }
12
-
package/README.md CHANGED
@@ -2,7 +2,8 @@
2
2
 
3
3
  This project aims to provide high-level 3D physiological models viewing capability.
4
4
 
5
- Scaffoldvuer is now built with Vue3 frameworks. Vue 2 version of Scaffoldvuer is no longer in development.
5
+ Scaffoldvuer is now built with Vue3 frameworks. Vue 2 version of Scaffoldvuer is no longer maintained and the source
6
+ can be found in this [branch](https://github.com/ABI-Software/scaffoldvuer/tree/Vue-2).
6
7
 
7
8
 
8
9
  ## Scaffoldvuer on NPM