@devkong/cli 0.0.11 → 0.0.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -18,6 +18,6 @@ cd "$EXTENSION_DIR" || exit
18
18
 
19
19
  $PYTHON_CMD -m venv .venv
20
20
 
21
- source activate
21
+ source .venv/bin/activate
22
22
 
23
23
  $PIP_CMD install -r requirements-dev.txt -r requirements.txt
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devkong/cli",
3
- "version": "0.0.11",
3
+ "version": "0.0.12",
4
4
  "type": "commonjs",
5
5
  "main": "./index.js",
6
6
  "typings": "./index.d.ts",