-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Another try fixing the publishing (#31)
* Avoid removing the previous contents * Try to publish from this branch to test * Where are my files? * It seems it must be a single job * Not using npm ci * The token configuration seems to be wrong * Releasing 0.1.3 * Publising requires creating a .npmrc file * Releasing 0.1.5 * Back to publishing only release tags * Releasing 0.1.6
- Loading branch information
1 parent
d3924c1
commit c6a7650
Showing
3 changed files
with
7 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
dist | ||
.npmrc | ||
|
||
# Created by https://www.gitignore.io/api/node,macos,sublimetext,visualstudiocode | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@benvgroup/logger", | ||
"version": "0.1.2", | ||
"version": "0.1.6", | ||
"description": "Simple @google-cloud/logging wrapper using winston", | ||
"main": "lib/logger", | ||
"repository": "[email protected]:benvgroup/logger.git", | ||
|