Skip to content

Commit 106b6a9

Browse files
committed
Merge branch 'hotfix/0.7.1'
* hotfix/0.7.1: (security) Bump version of tar dependency (build) Make build work on Mac
2 parents 7625c35 + 016bb8e commit 106b6a9

File tree

2 files changed

+21
-19
lines changed

2 files changed

+21
-19
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@
109109
},
110110
"scripts": {
111111
"vscode:prepublish": "npm run compile",
112-
"compile": "%APPDATA%/npm/tsc -p ./",
113-
"watch": "%APPDATA%/npm/tsc -watch -p ./",
112+
"compile": "tsc -p ./",
113+
"watch": "tsc -watch -p ./",
114114
"postinstall": "node ./node_modules/vscode/bin/install",
115115
"test": "npm run compile && node ./node_modules/vscode/bin/test"
116116
},

0 commit comments

Comments
 (0)