Skip to content

Commit 077340d

Browse files
committed
fix: add back missing .scss files - fix #122
1 parent b3738a6 commit 077340d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-async-modal",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "Flexible modal component for Vue with ability of asynchronous lazy loading",
55
"repository": "git+https://github.com/JounQin/vue-async-modal.git",
66
"author": "JounQin <admin@1stg.me>",
@@ -21,7 +21,7 @@
2121
"build": "run-p build:*",
2222
"build:docs": "w -e docs -p",
2323
"build:r": "r -p",
24-
"build:ts": "tsc -P src && cpy 'src/*.vue' lib",
24+
"build:ts": "tsc -P src && cpy 'src/*.{scss,vue}' lib",
2525
"dev": "w -e docs",
2626
"lint": "run-p lint:*",
2727
"lint:es": "cross-env PARSER_NO_WATCH=true eslint . --cache --ext js,vue -f friendly",

0 commit comments

Comments
 (0)