Skip to content

Commit

Permalink
Disable force css including
Browse files Browse the repository at this point in the history
  • Loading branch information
rekryt authored and avil13 committed May 6, 2020
1 parent a7b0867 commit a2f1728
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-sweetalert2",
"version": "3.0.3",
"version": "3.0.4",
"description": "Simple Vue sweetalert2 package",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Vue from 'vue';

import Swal, {SweetAlertOptions} from 'sweetalert2';
import Swal, {SweetAlertOptions} from 'sweetalert2/dist/sweetalert2.js';
import swalLocalInstance from 'sweetalert2/dist/sweetalert2.js';

type VueSwalInstance = typeof Swal.fire;
Expand Down

0 comments on commit a2f1728

Please sign in to comment.