Skip to content

Commit

Permalink
npm v0.5.0
Browse files Browse the repository at this point in the history
based on pull request #53
  • Loading branch information
danchitnis committed Aug 30, 2020
1 parent 4fe59fc commit b4d76b7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion dist/WebglBaseLine.d.ts.map

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

2 changes: 1 addition & 1 deletion dist/WebglBaseLine.js.map

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webgl-plot",
"version": "0.4.1",
"version": "0.5.0",
"description": "High-performance 2D plotting library based on native WebGL",
"main": "./dist/webglplot.umd.js",
"module": "./dist/webglplot.esm.js",
Expand All @@ -10,7 +10,7 @@
"@typescript-eslint/eslint-plugin": "^3.10.1",
"@typescript-eslint/parser": "^3.10.1",
"eslint": "^7.7.0",
"rollup": "^2.26.7",
"rollup": "^2.26.8",
"typedoc": "^0.19.0",
"typedoc-plugin-markdown": "^2.4.2",
"typescript": "^4.0.2"
Expand All @@ -30,4 +30,4 @@
"url": "https://github.com/danchitnis/webgl-plot/issues"
},
"homepage": "https://github.com/danchitnis/webgl-plot"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -732,10 +732,10 @@ [email protected]:
dependencies:
glob "^7.1.3"

rollup@^2.26.7:
version "2.26.7"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.26.7.tgz#6188b38238cb198bef9f0d09f390c330ef766d27"
integrity sha512-3/aXJ+ibw2fqj6KBX4ioYcx8s3kseYXzyxLR6Xmm7Zakzd7WNvn9XDUahBCQ/oPVHmVO9gEeIYKHgFaZWqsJzg==
rollup@^2.26.8:
version "2.26.8"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.26.8.tgz#7b02353835a73c4797f42177a5fa3fc074012713"
integrity sha512-li9WaJYc5z9WzV1jhZbPQCrsOpGNsI+Li1qyrn5n745ZNSnlkRlBtj1Hs+Z0Dc2N1+P7HT34UKAEASqN9Th8cg==
optionalDependencies:
fsevents "~2.1.2"

Expand Down

0 comments on commit b4d76b7

Please sign in to comment.