Skip to content

Commit

Permalink
chore: update and migrate dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ngfelixl committed Feb 19, 2022
1 parent aa38181 commit f77bad7
Show file tree
Hide file tree
Showing 4 changed files with 6,130 additions and 8,263 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ This is a note for maintainers only. There are several steps to follow before yo
can publish the new version to npm.

1. Bump the version number using semver. Use "rc" for release candidates as the _preid_, e.g.
`1.0.0-rc1`. Updat the version number in the root [package.json](./package.json)
`1.0.0-rc1`. Update the version number in the root [package.json](./package.json)
and in the libs [package.json](./libs/nodeplotlib/package.json).
2. If everything is committed and in place on "master" for non-release candidates,
or on "release/..." for release candidates. Create a tag with that version number,
Expand Down
2 changes: 1 addition & 1 deletion libs/nodeplotlib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nodeplotlib",
"version": "1.0.0",
"version": "1.0.1",
"description": "NodeJS frontend-less plotting lib using plotly.js inspired by matplotlib",
"author": "Felix Lemke <[email protected]> (https://felixlemke.dev)",
"license": "MIT",
Expand Down
Loading

0 comments on commit f77bad7

Please sign in to comment.