diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5cec9d92b..fba764449 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -19,4 +19,4 @@ Follow those instructions: - Edit version https://github.com/deepnest-io/Deepnest/blob/master/package.json#L3 - https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository -- create a distribution locally via `npm run w:dist` (add version to folder, then zip & upload it) +- create a distribution locally via `npm run dist-all` (add version to folder, then zip & upload it) diff --git a/README.md b/README.md index e09d1fc71..8b469bfbd 100644 --- a/README.md +++ b/README.md @@ -27,13 +27,13 @@ The primary goal has been to get Deepnest buildable again, which has been achiev ## Prerequisites -- **Node 14/16/18/20:** [Node.js](https://nodejs.org). You can use the Node Version Manager (nvm): +- **Node 16/18/20:** [Node.js](https://nodejs.org). You can use the Node Version Manager (nvm): - [nvm-windows](https://github.com/coreybutler/nvm-windows/releases) to download Node and change versions. - **Python 3.7.9** You can use the Python Version Manager (pyenv): - [pyenv-win](https://github.com/pyenv-win/pyenv-win) to download and change versions. - **Visual Studio with Desktop Development with C++ extension** - Install VS2022 from https://visualstudio.microsoft.com/vs/features/cplusplus/ - - or, as an administrator via `npm install --global windows-build-tools` (older VS version) + - or minimal: https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2022 For ubuntu (or when you're not sure how to build) look at the build workflow: diff --git a/package.json b/package.json index f50fe2ab2..446d9a933 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "deepnest", - "version": "1.2.1", + "version": "1.2.2", "description": "Deep nesting for Laser and CNC", "main": "main.js", "license": "MIT",