Skip to content

Commit

Permalink
build(): Version 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
davisb10 committed Jan 30, 2023
1 parent 6413db0 commit 54716df
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,6 +1,6 @@
{
"name": "serilogger",
"version": "0.4.1",
"version": "0.4.2",
"description": "A structured logging framework for JavaScript, inspired by Serilog.",
"main": "dist/serilogger.js",
"jsnext:main": "dist/serilogger.es6.js",
Expand All @@ -11,7 +11,7 @@
"test-watch": "jest --watch",
"test-coverage": "jest --coverage --coverageReporters=text-lcov | coveralls",
"build": "rimraf .rpt2_cache && rollup -c",
"prepublish": "npm run build"
"pack_publish": "del /f /q /s dist && npm run build && copy package.json dist && cd dist && npm publish"
},
"files": [
"dist/"
Expand Down

0 comments on commit 54716df

Please sign in to comment.