Skip to content

Commit d720f8b

Browse files
chore(release): 1.5.0
1 parent 5c59f25 commit d720f8b

13 files changed

+13873
-13883
lines changed

bower.json

+26-26
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
1-
{
2-
"name": "aurelia-dependency-injection",
3-
"version": "1.4.4",
4-
"description": "A lightweight, extensible dependency injection container for JavaScript.",
5-
"keywords": [
6-
"aurelia",
7-
"di",
8-
"dependency injection",
9-
"ioc"
10-
],
11-
"homepage": "http://aurelia.io",
12-
"main": "dist/commonjs/aurelia-dependency-injection.js",
13-
"moduleType": "node",
14-
"license": "MIT",
15-
"authors": [
16-
"Rob Eisenberg <rob@bluespire.com> (http://robeisenberg.com/)"
17-
],
18-
"repository": {
19-
"type": "git",
20-
"url": "http://github.com/aurelia/dependency-injection"
21-
},
22-
"dependencies": {
23-
"aurelia-metadata": "^1.0.0",
24-
"aurelia-pal": "^1.0.0"
25-
}
26-
}
1+
{
2+
"name": "aurelia-dependency-injection",
3+
"version": "1.5.0",
4+
"description": "A lightweight, extensible dependency injection container for JavaScript.",
5+
"keywords": [
6+
"aurelia",
7+
"di",
8+
"dependency injection",
9+
"ioc"
10+
],
11+
"homepage": "http://aurelia.io",
12+
"main": "dist/commonjs/aurelia-dependency-injection.js",
13+
"moduleType": "node",
14+
"license": "MIT",
15+
"authors": [
16+
"Rob Eisenberg <rob@bluespire.com> (http://robeisenberg.com/)"
17+
],
18+
"repository": {
19+
"type": "git",
20+
"url": "http://github.com/aurelia/dependency-injection"
21+
},
22+
"dependencies": {
23+
"aurelia-metadata": "^1.0.0",
24+
"aurelia-pal": "^1.0.0"
25+
}
26+
}

0 commit comments

Comments
 (0)