Skip to content

Commit 324251a

Browse files
fix: publish the right build to fix semantic-release
1 parent f70d987 commit 324251a

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-var",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"license": "MIT",
55
"scripts": {
66
"ng": "ng",
@@ -32,6 +32,7 @@
3232
"@angular/cli": "~9.1.4",
3333
"@angular/compiler-cli": "~9.1.4",
3434
"@angular/language-service": "~9.1.4",
35+
"@semantic-release/npm": "^7.0.10",
3536
"@types/jasmine": "~3.5.0",
3637
"@types/jasminewd2": "~2.0.3",
3738
"@types/node": "^12.11.1",

projects/ngx-var/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-var",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"license": "MIT",
55
"repository": "https://github.com/anirudhvarma12/ngx-var",
66
"peerDependencies": {

0 commit comments

Comments
 (0)