Skip to content

Commit

Permalink
chore(all): updating some deps
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Mar 18, 2018
1 parent 383490d commit e9232ca
Showing 1 changed file with 4 additions and 21 deletions.
25 changes: 4 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,15 @@
"dist": "dist/amd"
},
"peerDependencies": {
"aurelia-binding": "^1.2.1",
"aurelia-binding": "^1.7.1",
"aurelia-dependency-injection": "^1.3.1",
"aurelia-logging": "^1.3.1",
"aurelia-pal": "^1.3.0",
"aurelia-task-queue": "^1.2.0",
"aurelia-templating": "^1.4.2"
},
"dependencies": {
"aurelia-binding": "^1.2.1",
"aurelia-binding": "^1.7.1",
"aurelia-dependency-injection": "^1.3.1",
"aurelia-logging": "^1.3.1",
"aurelia-pal": "^1.3.0",
Expand All @@ -79,7 +79,7 @@
"devDependencies": {}
},
"dependencies": {
"aurelia-binding": "^1.2.1",
"aurelia-binding": "^1.7.1",
"aurelia-dependency-injection": "^1.3.1",
"aurelia-logging": "^1.3.1",
"aurelia-pal": "^1.3.0",
Expand Down Expand Up @@ -107,24 +107,7 @@
"requirejs-text": "^2.0.15",
"rimraf": "^2.6.2",
"tslint": "^5.8.0",
"typedoc": "^0.9.0",
"typedoc": "^0.11.1",
"typescript": "^2.6.2"
},
"aurelia": {
"build": {
"resources": [
"validate-binding-behavior",
"validation-errors-custom-attribute",
"validation-renderer-custom-attribute"
]
},
"documentation": {
"articles": [
{
"title": "Validation: Basics",
"href": "doc/article/en-US/validation-basics.md"
}
]
}
}
}

0 comments on commit e9232ca

Please sign in to comment.