Skip to content

Commit

Permalink
Version 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
yadicksonbasedos committed Oct 25, 2017
1 parent ec71e40 commit 162c07b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ $ yarn init
### Add dependencies

```
$ yarn add jquery@1.12.0 --tilde
$ yarn add angular@1.3.20 --tilde
$ yarn add angular-ys-factory-keyboard@1.0.0 --tilde
$ yarn add jquery@~1.12.0
$ yarn add angular@~1.3.20
$ yarn add angular-ys-factory-keyboard@~1.0.0
```

### Add develop dependencies

```
$ yarn add --dev angular-mocks@1.3.20 --tilde
$ yarn add --dev angular-mocks@~1.3.20
```

### Add compiler dependencies
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "angular-ys-service-keyboard",
"version": "1.0.4",
"version": "1.0.5",
"description": "Angular service to use factory keyboard event",
"main": "dist/angular-ys-service-keyboard.js",
"dependencies": {
"angular": "1.3.20",
"angular-ys-factory-keyboard": "1.0.9",
"jquery": "1.12.0"
"angular": "~1.3.20",
"angular-ys-factory-keyboard": "~1.0.0",
"jquery": "~1.12.0"
},
"devDependencies": {
"angular-mocks": "1.3.20",
"angular-mocks": "~1.3.20",
"babel-cli": "^6.26.0",
"babel-preset-babili": "^0.1.4",
"babel-preset-env": "^1.6.1",
Expand Down

0 comments on commit 162c07b

Please sign in to comment.