Skip to content

Commit

Permalink
9.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GianlucaGuarini committed Oct 6, 2023
1 parent 012d38f commit a1ef904
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@
"import": "./index.js",
"require": "./index.cjs"
},
"files": ["index.cjs", "index.js"],
"files": [
"index.cjs",
"index.js"
],
"name": "@riotjs/hot-reload",
"repository": {
"type": "git",
Expand All @@ -45,5 +48,5 @@
"test": "npm run lint && mocha test",
"prepublishOnly": "npm run build && npm run test"
},
"version": "9.0.0"
"version": "9.0.1"
}

0 comments on commit a1ef904

Please sign in to comment.