Skip to content
This repository was archived by the owner on Jul 17, 2022. It is now read-only.

Commit

Permalink
fix css not found
Browse files Browse the repository at this point in the history
  • Loading branch information
Irfan Maulana committed Jul 21, 2017
1 parent 70fbb98 commit 9033667
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/simplert.bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue2-simplert",
"description": "Vue 2 Alert Component (SweetAlert Inspired)",
"version": "0.5.1",
"version": "0.5.2",
"license": "MIT",
"author": "Irfan Maulana (https://github.com/mazipan/)",
"homepage": "https://mazipan.github.io/vue2-simplert/",
Expand Down Expand Up @@ -35,9 +35,12 @@
"lint": "eslint --ext .js,.vue src test/unit/specs test/e2e/specs"
},
"files": [
"dist",
"dist/simplert.bundle.js",
"dist/simplert.bundle.js.map",
"src/main-dist.js",
"src/Simplert.vue"
"src/Simplert.vue",
"src/simplert.css",
"src/simplert.es5.js"
],
"devDependencies": {
"autoprefixer": "^7.1.2",
Expand Down

0 comments on commit 9033667

Please sign in to comment.