Skip to content

Commit

Permalink
RC 4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
starak committed Jan 29, 2021
1 parent 334fb5d commit 949969f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ test/
.nyc_output/
examples/
package-lock.json
test*
test*
*.log
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ require( 'console-stamp' )( console, {
}
} );

console.log("Bar")
console.log("Bar");
```
```terminal
[my prefix] [LOG] Bar
Expand Down
8 changes: 4 additions & 4 deletions 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,7 +1,7 @@
{
"name": "console-stamp",
"main": "index.js",
"version": "3.0.0-rc4.2",
"version": "3.0.0-rc4.3",
"scripts": {
"test": "tap -R spec test/*.js",
"test:watch": "nodemon --exec npm test",
Expand Down

0 comments on commit 949969f

Please sign in to comment.