Skip to content

Commit e691096

Browse files
committed
release 2.0.0
1 parent cb92c9d commit e691096

File tree

10 files changed

+23508
-4697
lines changed

10 files changed

+23508
-4697
lines changed

build/bin/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ read -p "Releasing $VERSION - are you sure? (y/n)" -n 1 -r
77
echo
88
if [[ $REPLY =~ ^[Yy]$ ]]
99
then
10-
npm run test:unit && npm run lint && npm run build
10+
npm run lint && npm run build
1111
git add -A
1212
git commit -m "release $VERSION"
1313
npm version $VERSION -m "release $VERSION"

dist/demo.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
<meta charset="utf-8">
22
<title>vfc demo</title>
33
<script src="./vfc.umd.js"></script>
4+
45
<link rel="stylesheet" href="./vfc.css">
56

7+
68
<script>
79
console.log(vfc)
810
</script>

0 commit comments

Comments
 (0)