Skip to content

Commit

Permalink
fix: update pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
fyooccii committed Nov 4, 2023
1 parent 638e902 commit 3f97cf8
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"name": "@jx3box/jx3box-data",
"version": "3.5.3",
"description": "静态数据库,自动同步至OSS,OSS CDN需手动处理",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/JX3BOX/jx3box-data.git"
},
"keywords": [],
"author": "iRuxu <rx6@qq.com> (https://iruxu.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/JX3BOX/jx3box-data/issues"
},
"homepage": "https://github.com/JX3BOX/jx3box-data#readme",
"devDependencies": {
"@jx3box/jx3box-build-common": "^0.1.9",
"axios": "^1.5.0",
"csv-parse": "^5.3.0",
"fs": "0.0.1-security",
"iconv-lite": "^0.6.2",
"lodash": "^4.17.15",
"path": "^0.12.7"
}
"name": "@jx3box/jx3box-data",
"version": "3.5.4",
"description": "静态数据库,自动同步至OSS,OSS CDN需手动处理",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/JX3BOX/jx3box-data.git"
},
"keywords": [],
"author": "iRuxu <rx6@qq.com> (https://iruxu.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/JX3BOX/jx3box-data/issues"
},
"homepage": "https://github.com/JX3BOX/jx3box-data#readme",
"devDependencies": {
"@jx3box/jx3box-build-common": "^0.1.9",
"axios": "^1.5.0",
"csv-parse": "^5.3.0",
"fs": "0.0.1-security",
"iconv-lite": "^0.6.2",
"lodash": "^4.17.15",
"path": "^0.12.7"
}
}

0 comments on commit 3f97cf8

Please sign in to comment.