Skip to content

Commit

Permalink
First release
Browse files Browse the repository at this point in the history
  • Loading branch information
Luciano Mammino committed Apr 26, 2019
1 parent 1463052 commit 84878cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
working_directory: ~/node11
name: publish
command: |
npm run release:tag && npm run package:publish;
npm run release:tag && npm run package:publish && npm publish;
- persist_to_workspace:
root: "."
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "s3st",
"version": "0.0.2",
"version": "0.0.1",
"description": "A command line utility that allows you to stream data from multiple S3 objects directly into your terminal",
"main": "src/index.js",
"bin": {
Expand Down

0 comments on commit 84878cd

Please sign in to comment.