Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
danvk committed Sep 26, 2022
1 parent 4ea18e5 commit a08e704
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,14 +1,14 @@
{
"name": "source-map-explorer",
"version": "2.5.2",
"version": "2.5.3",
"description": "Analyze and debug space usage through source maps",
"main": "lib/index.js",
"bin": {
"source-map-explorer": "bin/cli.js",
"sme": "bin/cli.js"
},
"engines": {
"node": ">=10"
"node": ">=12"
},
"scripts": {
"build": "npm-run-all build:*",
Expand Down

0 comments on commit a08e704

Please sign in to comment.