We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3738a6 commit 077340dCopy full SHA for 077340d
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue-async-modal",
3
- "version": "1.1.1",
+ "version": "1.1.2",
4
"description": "Flexible modal component for Vue with ability of asynchronous lazy loading",
5
"repository": "git+https://github.com/JounQin/vue-async-modal.git",
6
"author": "JounQin <admin@1stg.me>",
@@ -21,7 +21,7 @@
21
"build": "run-p build:*",
22
"build:docs": "w -e docs -p",
23
"build:r": "r -p",
24
- "build:ts": "tsc -P src && cpy 'src/*.vue' lib",
+ "build:ts": "tsc -P src && cpy 'src/*.{scss,vue}' lib",
25
"dev": "w -e docs",
26
"lint": "run-p lint:*",
27
"lint:es": "cross-env PARSER_NO_WATCH=true eslint . --cache --ext js,vue -f friendly",
0 commit comments