Skip to content

Commit

Permalink
chore(all): prepare release 1.0.0-beta.1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Jun 23, 2016
1 parent f6d088a commit 8944258
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 15 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aurelia-testing",
"version": "1.0.0-beta.1.0.1",
"version": "1.0.0-beta.1.0.2",
"description": "A collection of helpers for testing Aurelia apps and components.",
"keywords": [
"aurelia",
Expand Down
26 changes: 12 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aurelia-testing",
"version": "1.0.0-beta.1.0.1",
"version": "1.0.0-beta.1.0.2",
"description": "A collection of helpers for testing Aurelia apps and components.",
"keywords": [
"aurelia",
Expand Down Expand Up @@ -101,19 +101,17 @@
"yargs": "^4.7.1"
},
"aurelia": {
"aurelia": {
"documentation": {
"articles": [
{
"title": "Testing Components",
"href": "doc/article/en-US/testing-components.md"
},
{
"title": "End-to-End Testing",
"href": "doc/article/en-US/end-to-end-testing.md"
}
]
}
"documentation": {
"articles": [
{
"title": "Testing Components",
"href": "doc/article/en-US/testing-components.md"
},
{
"title": "End-to-End Testing",
"href": "doc/article/en-US/end-to-end-testing.md"
}
]
}
}
}

0 comments on commit 8944258

Please sign in to comment.