Skip to content

Commit

Permalink
ci: release config
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Rodriguez Baquero committed Jun 15, 2021
1 parent 81207d2 commit 753cf79
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules/
4 changes: 2 additions & 2 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
test/
.github/
*
!index.js
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
"unordered-array-remove": "^1.0.2"
},
"devDependencies": {
"@webtorrent/semantic-release-config": "^1.0.5",
"semantic-release": "^17.4.3",
"standard": "*",
"tape": "5.2.2"
},
Expand Down Expand Up @@ -60,5 +62,8 @@
"extends": [
"github>webtorrent/renovate-config"
]
},
"release": {
"extends": "@webtorrent/semantic-release-config"
}
}

0 comments on commit 753cf79

Please sign in to comment.