Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop #5

Merged
merged 2 commits into from
Nov 25, 2016
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
add coveralls
  • Loading branch information
matiastucci committed Nov 25, 2016
commit 831181bf0e9815795863bc28899879f5f2a590c5
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"name": "vue-input-tag",
"version": "0.0.9",
"description": "Vue.js input tag editor component",
"keywords": ["input", "tag", "inputtag"],
"keywords": [
"input",
"tag",
"inputtag"
],
"author": "Matias Tucci <matiastucci@gmail.com>",
"main": "src/InputTag.vue",
"repository": {
Expand Down Expand Up @@ -33,6 +37,7 @@
"chai": "^3.5.0",
"chalk": "^1.1.3",
"connect-history-api-fallback": "^1.1.0",
"coveralls": "^2.11.15",
"css-loader": "^0.25.0",
"eslint": "^3.7.1",
"eslint-config-airbnb-base": "^8.0.0",
Expand Down