Skip to content

Commit

Permalink
Merge branch 'hotfix/0.7.1'
Browse files Browse the repository at this point in the history
* hotfix/0.7.1:
  (security) Bump version of tar dependency
  (build) Make build work on Mac
  • Loading branch information
gep13 committed May 28, 2019
2 parents 7625c35 + 016bb8e commit 106b6a9
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 19 deletions.
36 changes: 19 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@
},
"scripts": {
"vscode:prepublish": "npm run compile",
"compile": "%APPDATA%/npm/tsc -p ./",
"watch": "%APPDATA%/npm/tsc -watch -p ./",
"compile": "tsc -p ./",
"watch": "tsc -watch -p ./",
"postinstall": "node ./node_modules/vscode/bin/install",
"test": "npm run compile && node ./node_modules/vscode/bin/test"
},
Expand Down

0 comments on commit 106b6a9

Please sign in to comment.