Skip to content

Commit

Permalink
修改版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
tuyangJs committed Dec 24, 2024
1 parent f601400 commit 1db5c51
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "chinesehours",
"version": "1.0.5",
"version": "1.0.6",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"private": false,
"type": "module",
"scripts": {
"dev": "webpack --mode development && node dist/index.js",
"build": "webpack --mode production",
"build": "webpack --mode development",
"test": "jest",
"prepublishOnly": "npm run build"
},
Expand All @@ -21,5 +21,9 @@
"typescript": "^5.7.2",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1"
},
"dependencies": {
"build": "^0.1.4",
"terser-webpack-plugin": "^5.3.11"
}
}

0 comments on commit 1db5c51

Please sign in to comment.