Skip to content

Commit a1a08f3

Browse files
committed
fix: add support for publishing to npm
1 parent 05c66de commit a1a08f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"react-dom": "^16.3.2"
3030
},
3131
"devDependencies": {
32+
"@semantic-release/npm": "^7.0.8",
3233
"@types/enzyme": "^3.10.5",
3334
"@types/jest": "^25.1.4",
3435
"@types/react": "^16.9.23",
@@ -44,6 +45,7 @@
4445
},
4546
"release": {
4647
"plugins": [
48+
"@semantic-release/npm",
4749
[
4850
"@semantic-release/commit-analyzer",
4951
{

0 commit comments

Comments
 (0)