Skip to content

Commit

Permalink
更新版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
HCLonely committed Mar 11, 2021
1 parent 9349e77 commit dcb3731
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 1 deletion.
49 changes: 49 additions & 0 deletions .history/package_20210311103859.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"name": "hexo-bilibili-bangumi",
"version": "1.5.3",
"description": "hexo bilibili番剧页",
"main": "index.js",
"scripts": {
"test": "standard --fix",
"build": "babel src/index.js --out-file index.js && babel src/lib/util.js --out-file lib/util.js && babel src/lib/bangumi-generator.js --out-file lib/bangumi-generator.js && babel src/lib/templates/index.js --out-file lib/templates/index.js --presets minify && babel src/lib/templates/pagination.js --out-file lib/templates/pagination.js --presets minify && cleancss src/lib/templates/index.css -O2 -o lib/templates/index.css"
},
"author": "HCLonely <[email protected]>",
"license": "Apache Licence 2.0",
"keywords": [
"generator",
"plugin",
"bilibili",
"bangumi",
"hexo",
"anime"
],
"dependencies": {
"@babel/runtime": "^7.9.6",
"axios": "^0.21.1",
"ejs": "2.5.6",
"hexo-fs": "^0.2.2",
"hexo-i18n": "^0.2.1",
"hexo-log": "^0.2.0",
"path": "^0.12.7",
"progress": "^2.0.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HCLonely/hexo-bilibili-bangumi.git"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.6",
"@babel/plugin-transform-runtime": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"babel-preset-minify": "^0.5.1",
"clean-css-cli": "^4.3.0",
"standard": "^14.3.4"
},
"standard": {
"ignore": [
"index.js",
"lib/*"
]
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hexo-bilibili-bangumi",
"version": "1.5.2",
"version": "1.5.3",
"description": "hexo bilibili番剧页",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit dcb3731

Please sign in to comment.