Skip to content

Commit

Permalink
alpha13
Browse files Browse the repository at this point in the history
  • Loading branch information
pfitzseb committed Jul 26, 2019
1 parent 5ffc4e0 commit 0c34ff0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
npm i
displayName: 'Install dependencies and build'
- script: |
npx prebuild -t 3.0.0 -t 4.0.0 -t 4.0.4 -t 5.0.0 -r electron -u $GITHUB_RELEASE_TOKEN
npx prebuild -t 4.0.0 -t 4.0.4 -t 5.0.0 -r electron -u $GITHUB_RELEASE_TOKEN
env:
GITHUB_RELEASE_TOKEN: $(GITHUB_RELEASE_TOKEN)
displayName: 'Prebuild and publish'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@pfitzseb/node-pty-prebuilt",
"description": "Fork pseudoterminals in Node.JS",
"author": "Microsoft Corporation",
"version": "0.9.0-alpha12",
"version": "0.9.0-alpha13",
"license": "MIT",
"main": "./lib/index.js",
"types": "./typings/node-pty.d.ts",
Expand Down

0 comments on commit 0c34ff0

Please sign in to comment.