Skip to content

Commit

Permalink
chore(release): 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Aug 6, 2019
1 parent 5c59f25 commit d720f8b
Show file tree
Hide file tree
Showing 13 changed files with 13,873 additions and 13,883 deletions.
52 changes: 26 additions & 26 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"name": "aurelia-dependency-injection",
"version": "1.4.4",
"description": "A lightweight, extensible dependency injection container for JavaScript.",
"keywords": [
"aurelia",
"di",
"dependency injection",
"ioc"
],
"homepage": "http://aurelia.io",
"main": "dist/commonjs/aurelia-dependency-injection.js",
"moduleType": "node",
"license": "MIT",
"authors": [
"Rob Eisenberg <rob@bluespire.com> (http://robeisenberg.com/)"
],
"repository": {
"type": "git",
"url": "http://github.com/aurelia/dependency-injection"
},
"dependencies": {
"aurelia-metadata": "^1.0.0",
"aurelia-pal": "^1.0.0"
}
}
{
"name": "aurelia-dependency-injection",
"version": "1.5.0",
"description": "A lightweight, extensible dependency injection container for JavaScript.",
"keywords": [
"aurelia",
"di",
"dependency injection",
"ioc"
],
"homepage": "http://aurelia.io",
"main": "dist/commonjs/aurelia-dependency-injection.js",
"moduleType": "node",
"license": "MIT",
"authors": [
"Rob Eisenberg <rob@bluespire.com> (http://robeisenberg.com/)"
],
"repository": {
"type": "git",
"url": "http://github.com/aurelia/dependency-injection"
},
"dependencies": {
"aurelia-metadata": "^1.0.0",
"aurelia-pal": "^1.0.0"
}
}
Loading

0 comments on commit d720f8b

Please sign in to comment.