Skip to content

Commit

Permalink
Build: Update dev deps
Browse files Browse the repository at this point in the history
Except:
* qunitjs: Pinned indefinitely.
* sinon: Pinned indefinitely.
* karma: Pin temporarily to workaround IE9 failure
  karma-runner/karma#3665
  • Loading branch information
Krinkle committed Mar 29, 2021
1 parent c38f467 commit 0295613
Show file tree
Hide file tree
Showing 3 changed files with 659 additions and 545 deletions.
2 changes: 1 addition & 1 deletion RELEASE.md
Expand Up @@ -9,7 +9,7 @@
2. Update `package.json` version, and stage the changes.
3. Commit with message `Release X.Y.Z`, and create a signed tag `git tag -s "vX.Y.Z" -m "Release X.Y.Z"`
4. Push the commit and tag to GitHub.
5. Run `npm publish`.
5. Run `npm run build` (may run in isolation), followed by `npm publish`.
6. Publish a new [release on GitHub](https://github.com/js-reporters/js-reporters/releases) with a copy of the changelog.

That's all!

0 comments on commit 0295613

Please sign in to comment.