diff --git a/package-lock.json b/package-lock.json index 0ee3c7d..b707d2c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "easynwk", - "version": "0.1.0", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "easynwk", - "version": "0.1.0", + "version": "2.0.0", "dependencies": { "@fortawesome/fontawesome-svg-core": "^1.2.35", "@fortawesome/free-solid-svg-icons": "^5.15.3", diff --git a/package.json b/package.json index 31467f7..bdbb29c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "easynwk", - "version": "0.1.0", + "version": "2.0.0", "private": true, "author": "Alexander Rind (https://github.com/alex-rind/)", "repository": "https://github.com/fhstp/easynwk-web/", diff --git a/vue.config.js b/vue.config.js index 4802351..2f3987e 100644 --- a/vue.config.js +++ b/vue.config.js @@ -1,4 +1,5 @@ -process.env.VUE_APP_VERSION = require('./package.json').version; +/* eslint-disable @typescript-eslint/no-var-requires */ +process.env.VUE_APP_VERSION = require("./package.json").version; module.exports = { css: {