Skip to content

Commit 3cdb5d6

Browse files
update version and fixed deployment bug
1 parent 8ce0cee commit 3cdb5d6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flutterwave-angular-v3",
3-
"version": "1.1.5",
3+
"version": "1.1.6",
44
"description": "Flutterwave official Angular library to accept payment via card , USSD, QrCode etc.",
55
"author": "Flutterwave",
66
"repository": {
@@ -22,7 +22,6 @@
2222
"build": "npx ng-packagr -p ng-package.json && cd dist && npm pack",
2323
"pack": "cd dist && npm pack",
2424
"test": "ng test",
25-
"publish": "npm publish",
2625
"lint": "ng lint",
2726
"e2e": "ng e2e"
2827
},

0 commit comments

Comments
 (0)