Skip to content

Commit

Permalink
fix: add back missing .scss files - fix #122
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Mar 19, 2020
1 parent b3738a6 commit 077340d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-async-modal",
"version": "1.1.1",
"version": "1.1.2",
"description": "Flexible modal component for Vue with ability of asynchronous lazy loading",
"repository": "git+https://github.com/JounQin/vue-async-modal.git",
"author": "JounQin <admin@1stg.me>",
Expand All @@ -21,7 +21,7 @@
"build": "run-p build:*",
"build:docs": "w -e docs -p",
"build:r": "r -p",
"build:ts": "tsc -P src && cpy 'src/*.vue' lib",
"build:ts": "tsc -P src && cpy 'src/*.{scss,vue}' lib",
"dev": "w -e docs",
"lint": "run-p lint:*",
"lint:es": "cross-env PARSER_NO_WATCH=true eslint . --cache --ext js,vue -f friendly",
Expand Down

0 comments on commit 077340d

Please sign in to comment.