Skip to content

Commit

Permalink
bump current version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Noureddine Belguinan authored and Noureddine Belguinan committed Oct 29, 2024
1 parent 482a48f commit 673073a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "pretty-js-log",
"version": "1.0.0",
"version": "1.0.1",
"description": "A light logging package for Node.js and Bun applications. Features file logging and beautiful console output.",
"main": "index.js",
"scripts": {
"test": "jest"
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 673073a

Please sign in to comment.