Skip to content

Commit

Permalink
依赖挪到dev
Browse files Browse the repository at this point in the history
  • Loading branch information
whc2001 committed Jan 2, 2023
1 parent ff47dca commit 3767d1d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jx3box/jx3box-data",
"version": "3.0.0",
"version": "3.0.1",
"description": "静态数据库,自动同步至OSS,OSS CDN需手动处理",
"main": "index.js",
"repository": {
Expand All @@ -17,12 +17,12 @@
"devDependencies": {
"axios": "^0.19.2",
"iconv-lite": "^0.6.2",
"lodash": "^4.17.15"
},
"dependencies": {
"lodash": "^4.17.15",
"@jx3box/jx3box-build-common": "^0.0.21",
"csv-parse": "^5.3.0",
"fs": "0.0.1-security",
"path": "^0.12.7"
},
"dependencies": {
}
}

0 comments on commit 3767d1d

Please sign in to comment.