Skip to content

Commit

Permalink
release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
antonreshetov committed Apr 15, 2019
1 parent cb92c9d commit e691096
Show file tree
Hide file tree
Showing 10 changed files with 23,508 additions and 4,697 deletions.
2 changes: 1 addition & 1 deletion build/bin/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ read -p "Releasing $VERSION - are you sure? (y/n)" -n 1 -r
echo
if [[ $REPLY =~ ^[Yy]$ ]]
then
npm run test:unit && npm run lint && npm run build
npm run lint && npm run build
git add -A
git commit -m "release $VERSION"
npm version $VERSION -m "release $VERSION"
Expand Down
2 changes: 2 additions & 0 deletions dist/demo.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
<meta charset="utf-8">
<title>vfc demo</title>
<script src="./vfc.umd.js"></script>

<link rel="stylesheet" href="./vfc.css">


<script>
console.log(vfc)
</script>
Loading

0 comments on commit e691096

Please sign in to comment.