Skip to content

Commit

Permalink
Release 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
izelnakri committed May 23, 2021
1 parent 109a21d commit 37aaa1c
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 14 deletions.
5 changes: 3 additions & 2 deletions packages/@emberx/component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@
"directories": {
"test": "tests"
},
"description": ""
}
"description": "",
"dependencies": []
}
3 changes: 2 additions & 1 deletion packages/@emberx/helper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
},
"license": "ISC",
"dependencies": {
"0": "@glimmer/core",
"@glimmer/core": "^2.0.0-beta.16"
}
}
}
5 changes: 3 additions & 2 deletions packages/@emberx/link-to/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "ISC"
}
"license": "ISC",
"dependencies": []
}
5 changes: 3 additions & 2 deletions packages/@emberx/route/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "ISC"
}
"license": "ISC",
"dependencies": []
}
5 changes: 3 additions & 2 deletions packages/@emberx/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "ISC"
}
"license": "ISC",
"dependencies": []
}
3 changes: 2 additions & 1 deletion packages/@emberx/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
},
"description": "",
"dependencies": {
"0": "@glimmer/ssr",
"@glimmer/ssr": "^2.0.0-beta.16"
}
}
}
5 changes: 3 additions & 2 deletions packages/@emberx/string/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "ISC"
}
"license": "ISC",
"dependencies": []
}
5 changes: 3 additions & 2 deletions packages/@emberx/test-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "ISC"
}
"license": "ISC",
"dependencies": []
}

0 comments on commit 37aaa1c

Please sign in to comment.