Skip to content

Commit 3552e52

Browse files
committed
build: Travis CI automatic compilation
1 parent 06a2a96 commit 3552e52

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dist/calendar/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"component":true,"usingComponents":{"header":"./components/header/index","mounth":"./components/mounth/index","l-toast":"/dist/toast/index","l-popup":"/dist/popup/index","l-button":"/dist/button/index"}}
1+
{"component":true,"usingComponents":{"header":"./components/header/index","mounth":"./components/mounth/index","l-toast":"../toast/index","l-popup":"../popup/index","l-button":"../button/index"}}

examples/dist/calendar/index.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"usingComponents": {
44
"header":"./components/header/index",
55
"mounth":"./components/mounth/index",
6-
"l-toast": "/dist/toast/index",
7-
"l-popup": "/dist/popup/index",
8-
"l-button": "/dist/button/index"
6+
"l-toast": "../toast/index",
7+
"l-popup": "../popup/index",
8+
"l-button": "../button/index"
99
}
1010
}

0 commit comments

Comments
 (0)