Skip to content

Commit 0a42c84

Browse files
authored
Merge pull request #5 from chander/master
Support newer versions of Angular, and make things consistent...
2 parents c807fc9 + 79123ef commit 0a42c84

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-activity-monitor",
3-
"version": "0.1.0",
3+
"version": "1.0.1",
44
"homepage": "https://github.com/sean3z/angular-activity-monitor",
55
"authors": [
66
"Sean Wragg <seanwragg@gmail.com>"
@@ -27,6 +27,6 @@
2727
"tests"
2828
],
2929
"dependencies": {
30-
"angular": "1.4"
30+
"angular": ">=1.4"
3131
}
3232
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-activity-monitor",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "An Angular service that tracks users' DOM activity",
55
"main": "activity-monitor.js",
66
"directories": {

0 commit comments

Comments
 (0)