Skip to content

Commit

Permalink
预发布
Browse files Browse the repository at this point in the history
  • Loading branch information
liihuu committed May 9, 2020
1 parent d5b3c50 commit 60cd570
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- "node"
- "12.9.1"
branches:
only:
- master
Expand Down
4 changes: 2 additions & 2 deletions dist/klinecharts.development.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/klinecharts.production.min.js

Large diffs are not rendered by default.

8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
{
"name": "klinecharts",
"version": "5.2.0",
"version": "5.2.1",
"description": "Lightweight k-line chart built with html5 canvas",
"main": "index.js",
"types": "./types/index.d.ts",
"files": [
"LICENSE",
"README.md",
"docs/STYLE-CONFIG-DETAIL.md",
"docs/",
"index.js",
"types/index.d.ts",
"dist/"
"dist/",
"licenses/",
"NOTICE"
],
"repository": {
"type": "git",
Expand Down

0 comments on commit 60cd570

Please sign in to comment.