Skip to content

Commit

Permalink
Version 1.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
yadicksonbasedos committed Oct 25, 2017
1 parent e031024 commit 35dbb38
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ $ yarn init
### Add dependencies

```
$ yarn add jquery@1.12.0 --tilde
$ yarn add angular@1.3.20 --tilde
$ yarn add jquery@~1.12.0
$ yarn add angular@~1.3.20
```

### 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
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "angular-ys-factory-keyboard",
"version": "1.0.10",
"version": "1.0.11",
"description": "Angular factory to check keyboard event press button",
"main": "dist/angular-ys-factory-keyboard.js",
"dependencies": {
"angular": "1.3.20",
"jquery": "1.12.0"
"angular": "~1.3.20",
"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 35dbb38

Please sign in to comment.