diff --git a/README.md b/README.md index cd881be1..a6a68412 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,6 @@ This Project is a Vue 3 vite project based on https://vitejs.dev/ and is backwar ## Requirements - Node.js version >=16.0.0 -- NPM version >=6.0.0 & <9.0.0 ## Setup environment variables Create an `.env.local` file using the `.env.example` file: `cp .env.example .env.local` and set appropriate values for those variables for your local environments. diff --git a/package-lock.json b/package-lock.json index a6bd3608..a373d2fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pressbooks-directory", - "version": "2.6.1", + "version": "2.7.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "pressbooks-directory", - "version": "2.6.1", + "version": "2.7.0", "dependencies": { "@heroicons/vue": "^2.0.17", "@tailwindcss/aspect-ratio": "^0.4.2", diff --git a/package.json b/package.json index 2c5a891a..7bd3d14d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pressbooks-directory", - "version": "2.6.1", + "version": "2.7.0", "type": "module", "engines": { "node": ">=16.0.0"