From ddf961a192a12978573ffdd6bcf4a49475e8a77e Mon Sep 17 00:00:00 2001 From: ac_sb33 <acohen@coe.drexel.edu> Date: Sat, 9 Mar 2019 09:06:03 -0500 Subject: [PATCH] readme -- use msbuild v2015, bump version to 1.2.7 --- package.json | 2 +- readme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 94ebecfa..5444dd8f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "leverjs", - "version": "1.2.6", + "version": "1.2.7", "min_db_version": "1.2.0", "description": "live cell & organelle image analysis", "main": "elever/main.js", diff --git a/readme.md b/readme.md index a0682e0b..99a8df8e 100644 --- a/readme.md +++ b/readme.md @@ -57,7 +57,7 @@ Finally, (sort of optionally, you really will want this) **install the matlab 20 ``` 5. on windows, install windows-build-tools package. start a powershell prompt as administrator, and run ``` -npm install --global windows-build-tools +npm install --global windows-build-tools --vs2015 ``` after this completes (it takes a while) close the powershell prompt. -- GitLab