Skip to content
This repository was archived by the owner on Apr 15, 2020. It is now read-only.

Commit cdb0324

Browse files
author
Joel Mukuthu
committed
Switched to more liberal tilde version ranges for angular
1 parent 6b211d5 commit cdb0324

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"test"
2626
],
2727
"dependencies": {
28-
"angular": "~1.3.15"
28+
"angular": "^1.3.15"
2929
},
3030
"homepage": "https://github.com/joelmukuthu/angular-snapscroll.git"
3131
}

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"test": "grunt test"
1111
},
1212
"devDependencies": {
13-
"angular": "~1.3.15",
14-
"angular-mocks": "~1.3.15",
13+
"angular": "^1.3.15",
14+
"angular-mocks": "^1.3.15",
1515
"grunt": "^0.4.5",
1616
"grunt-contrib-clean": "^0.6.0",
1717
"grunt-contrib-concat": "^0.5.1",
@@ -33,10 +33,10 @@
3333
"load-grunt-tasks": "^0.6.0"
3434
},
3535
"peerDependencies": {
36-
"angular": "~1.3.15"
36+
"angular": "^1.3.15"
3737
},
3838
"dependencies": {
39-
"angular": "~1.3.15"
39+
"angular": "^1.3.15"
4040
},
4141
"repository": {
4242
"type": "git",

0 commit comments

Comments
 (0)