Skip to content

Commit e495a10

Browse files
author
Phil Stainer
committed
fix: npm version
1 parent 4c4db7f commit e495a10

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.releaserc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,12 @@
126126
"changelogFile": "CHANGELOG.md"
127127
}
128128
],
129+
[
130+
"@semantic-release/npm",
131+
{
132+
"npmPublish": false
133+
}
134+
],
129135
[
130136
"@semantic-release/git",
131137
{
@@ -136,12 +142,6 @@
136142
]
137143
}
138144
],
139-
[
140-
"@semantic-release/npm",
141-
{
142-
"npmPublish": false
143-
}
144-
],
145145
"@semantic-release/github"
146146
]
147147
}

0 commit comments

Comments
 (0)