Skip to content

Commit

Permalink
release: v4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshinorin committed Nov 5, 2022
1 parent 0353137 commit 9ea20e5
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": "hexo-fs",
"version": "4.1.0",
"version": "4.1.1",
"description": "File system module for Hexo.",
"main": "./dist/fs.js",
"scripts": {
"prepublish ": "npm run clean && npm run build",
"prepublish ": "npm install && npm run clean && npm run build",
"build": "tsc -b",
"clean": "tsc -b --clean",
"eslint": "eslint .",
Expand Down

0 comments on commit 9ea20e5

Please sign in to comment.