Skip to content

Commit 9c5f75c

Browse files
authored
Merge pull request #58 from MobileFirstLLC/update-packages
chore: update packages
2 parents 4ebf34d + 0727a45 commit 9c5f75c

File tree

7 files changed

+1661
-1393
lines changed

7 files changed

+1661
-1393
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ node_js:
44
- "14.15.1"
55

66
python:
7-
- "3.7"
7+
- "3.9"
88

99
jobs:
1010
include:
@@ -15,7 +15,7 @@ jobs:
1515
- npm run test:travis || travis_terminate 1
1616

1717
- language: python
18-
python: 3.7
18+
python: 3.9
1919
script:
2020
- pip install -r requirements.txt
2121
- mkdocs build

guide/13-dev-env.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
To build extension CLI locally you will need [Node.js](https://nodejs.org/en/download/)
55
and any web IDE of your choice.
66

7-
The general development setting requires two projects open at the same time:
7+
Developing the CLI requires two projects open at the same time:
88

99
1. the CLI source code, which you are developing
1010
2. a driver project that is used to execute the CLI commands
1111

12-
The following instructions explain how to set up such environment.
12+
The following instructions explain how to set up this environment.
1313

1414
## Instructions
1515

@@ -67,8 +67,8 @@ At this point you should have two IDE windows open.
6767
"projectRootDir": "/path/to/my/driver/project", // after
6868
```
6969

70-
This last step is required because by default the CLI assumes it is
71-
in `node_modules` relative to the target project. This is not necessarily
70+
This last step is required because by default the CLI assumes it is located
71+
in `node_modules` relative to the driver project. This is not necessarily
7272
the case when using a locally linked package.
7373

7474
* * *

guide/15-tutorials.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

guide/README.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

mkdocs.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,3 @@ markdown_extensions:
7474
linenums: true
7575
linenums_style: pymdownx.inline
7676
- meta
77-
78-
google_analytics:
79-
- !!python/object/apply:os.getenv ['UA-129118591-7']
80-
- auto

0 commit comments

Comments
 (0)