Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kocal committed Mar 21, 2018
1 parent fee433b commit ab6e8e8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/build/docs.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/build/docs.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "better-vue-input-tag",
"version": "1.0.5",
"version": "1.1.0",
"description": "Vue.js input tag editor component",
"keywords": [
"input",
Expand All @@ -21,7 +21,7 @@
"build:docs": "cross-env NODE_ENV=docs webpack --progress --hide-modules",
"lint": "eslint --ext .js,.vue src test/unit/specs",
"lint:fix": "eslint --fix .",
"prepublish": "npm run build",
"prepublish": "npm run build && npm run build:docs",
"test": "jest --coverage"
},
"dependencies": {
Expand Down

0 comments on commit ab6e8e8

Please sign in to comment.