Skip to content

Commit

Permalink
v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vpalmisano committed Feb 6, 2023
1 parent 7182b62 commit 802c04a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Empty file added .npmrc
Empty file.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webrtcperf",
"version": "2.0.0",
"version": "2.0.1",
"author": {
"name": "Vittorio Palmisano",
"url": "https://github.com/vpalmisano"
Expand All @@ -15,14 +15,15 @@
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
"files": [
"build",
"scripts",
"src"
],
"bin": {
"webrtcperf": "app.min.js"
},
"scripts": {
"prepare" : "yarn lint && tsc -b && webpack --config webpack.config.js",
"prepare": "yarn lint && tsc -b && webpack --config webpack.config.js",
"prepublishOnly": "yarn lint",
"postversion": "git push && git push origin $(git tag | sort -V | tail -1)",
"start": "node app.min.js",
Expand Down

0 comments on commit 802c04a

Please sign in to comment.