Skip to content

Commit

Permalink
Fixed bower file syntax error #98
Browse files Browse the repository at this point in the history
  • Loading branch information
icebob authored Nov 27, 2016
1 parent 26f63de commit 06b0022
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "vue-form-generator",
"version": "0.5.0",
"version": "0.6.0",
"homepage": "https://github.com/icebob/vue-form-generator",
"authors": [
"Icebob"
],
"description": "A schema-based form generator component for Vue.js",
"main": [
"dist/vue-form-generator.js",
"dist/vue-form-generator.css",
"dist/vue-form-generator.css"
],
"moduleType": [
"amd"
Expand Down

0 comments on commit 06b0022

Please sign in to comment.