Skip to content

Commit

Permalink
1.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
huww98 committed Jun 15, 2021
1 parent b9e1b73 commit 1c39896
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "timechart",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"description": "An chart library specialized for large-scale time-series data, built on WebGL.",
"repository": {
"url": "https://github.com/huww98/TimeChart.git",
Expand All @@ -12,8 +12,13 @@
"types": "dist/lib/index.d.ts",
"typesVersions": {
"*": {
"dist/*": ["dist/*"],
"*": ["dist/lib/*", "dist/lib/*/index"]
"dist/*": [
"dist/*"
],
"*": [
"dist/lib/*",
"dist/lib/*/index"
]
}
},
"files": [
Expand Down

0 comments on commit 1c39896

Please sign in to comment.