Skip to content

Commit

Permalink
fix: check in example and fix bower-complete package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mklabs committed Apr 26, 2016
1 parent 82de5ef commit c46185f
Showing 1 changed file with 21 additions and 4 deletions.
25 changes: 21 additions & 4 deletions examples/bower-complete/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,29 @@
{
"name": "bower-complete",
"version": "1.0.0",
"version": "0.0.1",
"description": "tabtab completion for bower",
"bin": "index.js",
"bin": {
"bower-complete": "index.js"
},
"scripts": {
"install": "tabtab install --name bower --completer bower-complete"
},
"dependencies": {
"parse-help": "^0.1.0"
}
"parse-help": "^0.1.0",
"tabtab": "^1.0.0-pre"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/mklabs/node-tabtab.git"
},
"keywords": [
"bower",
"completion"
],
"author": "mklabs",
"license": "MIT",
"bugs": {
"url": "https://github.com/mklabs/node-tabtab/issues"
},
"homepage": "https://github.com/mklabs/node-tabtab#readme"
}

0 comments on commit c46185f

Please sign in to comment.