Skip to content

Commit

Permalink
Closed beta version
Browse files Browse the repository at this point in the history
  • Loading branch information
xcss committed Apr 8, 2020
2 parents f9a0659 + 6812ad0 commit 32b3177
Show file tree
Hide file tree
Showing 6 changed files with 142 additions and 200 deletions.
5 changes: 5 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"extends": [
"config:base"
]
}
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "valine",
"version": "1.3.9",
"version": "1.4.0",
"description": "A simple comment system based on Leancloud.",
"main": "/dist/Valine.min.js",
"author": "xCss <[email protected]> (https://github.com/xCss)",
Expand Down Expand Up @@ -42,7 +42,10 @@
"style-loader": "^0.18.2",
"url-loader": "^0.6.2",
"webpack": "^2.6.1",
"webpack-cli": "^3.3.0",
"webpack-cli": "^3.3.5",
"webpack-dev-server": "^2.9.1"
},
"dependencies": {
"leancloud-storage": "^3.0.4"
}
}
Loading

0 comments on commit 32b3177

Please sign in to comment.