Skip to content

Commit bee88a8

Browse files
committed
chore(release): 0.2.2 - Bower and I
1 parent c6d71c3 commit bee88a8

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

bower.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-toastr",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"main": [
55
"./dist/angular-toastr.js",
66
"./dist/angular-toastr.min.js",
@@ -16,13 +16,11 @@
1616
".travis.yml",
1717
".gitignore",
1818
".jshintrc",
19-
"bower.json",
2019
"CHANGELOG.md",
2120
"Gruntfile.js",
22-
"package.json",
23-
"README.md"
21+
"package.json"
2422
],
2523
"dependencies": {
26-
"angular": ">= 1.2.0"
24+
"angular": "latest"
2725
}
2826
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-toastr",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"devDependencies": {
55
"grunt": "~0.4.2",
66
"grunt-contrib-less": "~0.9.0",

0 commit comments

Comments
 (0)