Skip to content

Commit

Permalink
Add bower support
Browse files Browse the repository at this point in the history
  • Loading branch information
yadicksonbasedos committed Oct 26, 2017
1 parent 9f94b99 commit 3860d5a
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ test
coverage
reports
karma.conf.js
node_modules
README.md
package-lock.json
*.tgz
yarn*
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Angular service to use factory keyboard event

```
$ yarn init
$ bower init
```

### Add dependencies
Expand Down
23 changes: 23 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "angular-ys-service-keyboard",
"description": "Angular service to use factory keyboard event",
"main": "dist/angular-ys-service-keyboard.js",
"authors": [
"Yadickson Soto <yadickson@gmail.com>"
],
"license": "GPL-3.0",
"keywords": [
"angular",
"yadickson",
"service",
"keyboard"
],
"homepage": "https://github.com/yadickson/angular-ys-service-keyboard",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-ys-service-keyboard",
"version": "1.0.5",
"version": "1.0.6",
"description": "Angular service to use factory keyboard event",
"main": "dist/angular-ys-service-keyboard.js",
"dependencies": {
Expand Down

0 comments on commit 3860d5a

Please sign in to comment.