Skip to content

Commit aa2d82c

Browse files
author
Juan-Carlos Foust
committed
v1.8.0
1 parent 1a219ca commit aa2d82c

File tree

6 files changed

+7377
-10576
lines changed

6 files changed

+7377
-10576
lines changed

DEPLOY.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# npm
22

3-
update version in package.json
4-
yarn clean
5-
yarn install
6-
yarn build
7-
yarn copy # for docs to build
3+
source .venv/bin/activate
4+
nvm use
5+
(update version in package.json)
6+
npm run clean
7+
npm install
8+
npm run build
9+
npm run copy # for docs to build
810
git commit version change
911
git tag version
1012
git push commit & tags

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@ First, install dependencies with [npm](https://www.npmjs.com) (or you can use
5050
[yarn](https://yarnpkg.com)):
5151

5252
```
53+
brew install nvm pyenv
54+
pyenv install 3.10.12
55+
pyenv shell 3.10.12
56+
python -m venv .venv
57+
source .venv/bin/activate
58+
nvm use
5359
npm install
5460
```
5561

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "escher",
33
"author": "Zachary King",
4-
"version": "1.7.3",
4+
"version": "1.8.0",
55
"post_version": null,
66
"schema_version": "1-0-0",
77
"map_model_version": "6",

py/escher/static/escher.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

py/escher/static/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "escher",
33
"author": "Zachary King",
4-
"version": "1.7.3",
4+
"version": "1.8.0",
55
"post_version": null,
66
"schema_version": "1-0-0",
77
"map_model_version": "6",

0 commit comments

Comments
 (0)