Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
icebob committed Oct 20, 2017
1 parent dfeeeee commit b8d5820
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
{
"name": "vue-form-generator",
"version": "2.0.0",
"version": "2.1.0",
"homepage": "https://github.com/icebob/vue-form-generator",
"authors": [
"Icebob"
],
"description": "A schema-based form generator component for Vue.js",
"main": [
"dist/vfg.js",
"dist/vfg.css"
"dist/vfg.css",
"dist/vfg-core.js",
"dist/vfg-core.css",
],
"moduleType": [
"amd"
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-form-generator",
"version": "2.0.0",
"version": "2.1.0",
"description": "A schema-based form generator component for Vue.js",
"homepage": "https://github.com/icebob/vue-form-generator",
"main": "dist/vfg.js",
Expand All @@ -14,6 +14,7 @@
"coverall": "cat ./test/unit/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"coverage": "npm run test && npm run coverall",
"changelog": "conventional-changelog -i CHANGELOG.md -s",
"changelog:full": "conventional-changelog -i CHANGELOG.md -s -r 0",
"docs": "cd docs && gitbook serve",
"unit": "karma start test/unit/karma.conf.js",
"e2e": "node test/e2e/runner.js",
Expand Down

0 comments on commit b8d5820

Please sign in to comment.