Skip to content

Commit a8bee04

Browse files
committed
create dist file and bump to 2.0.4
1 parent cd42727 commit a8bee04

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

build/webpack.dist.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ module.exports = {
5050
pure_getters: true,
5151
collapse_vars: true,
5252
unsafe: true,
53-
warnings: false,
5453
sequences: true,
5554
dead_code: true,
5655
drop_debugger: true,

dist/paystack.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-paystack",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "Vue Paystack Component for Vue 2.x.",
55
"main": "dist/paystack.min.js",
66
"scripts": {

0 commit comments

Comments
 (0)