Skip to content

Commit 84878cd

Browse files
author
Luciano Mammino
committed
First release
1 parent 1463052 commit 84878cd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
working_directory: ~/node11
7070
name: publish
7171
command: |
72-
npm run release:tag && npm run package:publish;
72+
npm run release:tag && npm run package:publish && npm publish;
7373
7474
- persist_to_workspace:
7575
root: "."

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "s3st",
3-
"version": "0.0.2",
3+
"version": "0.0.1",
44
"description": "A command line utility that allows you to stream data from multiple S3 objects directly into your terminal",
55
"main": "src/index.js",
66
"bin": {

0 commit comments

Comments
 (0)