Skip to content

Commit

Permalink
fix: change package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
soxft committed Jan 6, 2024
1 parent 4eaf260 commit a4ffc71
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions dist/package.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
{
"name": "busuanzi",
"description": "",
"dependencies": {
"ts-loader": "^9.3.0",
"typescript": "^4.6.4",
"webpack": "^5.72.1",
"webpack-cli": "^4.10.0"
},
"license": "Apache-2.0",
"scripts": {
"build": "webpack --config webpack.config.js",
"dev": "webpack-dev-server --config webpack.config.js --hot"
},
"version": "1.0.0",
"main": "busuanzi.ts",
"repository": {
"type": "git",
"url": "https://github.com/soxft/busuanzi"
},
"keywords": [],
"author": "xcsoft",
"bugs": {
"url": "https://github.com/soxft/busuanzi/issues"
},
"homepage": "https://busuanzi.9420.ltd/"
{
"name": "busuanzi",
"description": "",
"dependencies": {
"ts-loader": "^9.3.0",
"typescript": "^4.6.4",
"webpack": "^5.72.1",
"webpack-cli": "^4.10.0"
},
"license": "Apache-2.0",
"scripts": {
"build": "webpack --config webpack.config.js",
"dev": "webpack-dev-server --config webpack.config.js --hot"
},
"version": "1.0.0",
"main": "busuanzi.ts",
"repository": {
"type": "git",
"url": "https://github.com/soxft/busuanzi"
},
"keywords": [],
"author": "xcsoft",
"bugs": {
"url": "https://github.com/soxft/busuanzi/issues"
},
"homepage": "https://busuanzi.9420.ltd/"
}

0 comments on commit a4ffc71

Please sign in to comment.