Skip to content

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
- now is packaged as a universal binary
- fixes failure when no logs are retrieved from server
  • Loading branch information
gabrielcsapo committed Aug 14, 2017
1 parent db984f3 commit e6cc211
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ package-lock.json
npm-debug.log
tmp
*.tgz
packed
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Unreleased
# 0.1.1 (08/13/2017)

- now is packaged as a universal binary
- fixes failure when no logs are retrieved from server

# 0.1.0 (08/13/2017)
Expand Down
15 changes: 14 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,28 @@
{
"name": "deploy.sh",
"version": "0.1.0",
"version": "0.1.1",
"description": "☁️ open source continuous deployment service",
"main": "index.js",
"scripts": {
"test": "tap test/index.js test/lib",
"coverage": "tap test/index.js test/lib --coverage --coverage-report=lcov",
"lint": "eslint .",
"start": "node index.js",
"pack": "pkg bin/deploy.js -c package.json -o packed/deploy",
"generate-docs": "jsdoc -c jsdoc.json"
},
"pkg": {
"scripts": [
"bin/*",
"lib/**/*"
],
"targets": [
"node8-alpine-x64",
"node8-linux-x64",
"node8-macos-x64",
"node8-win-x64"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/gabrielcsapo/deploy.sh.git"
Expand Down

0 comments on commit e6cc211

Please sign in to comment.