Skip to content

Commit

Permalink
Merge pull request #2 from Rohitbels/ReducingDependencies
Browse files Browse the repository at this point in the history
Lower dependency versions
  • Loading branch information
Rohitbels committed Jan 23, 2018
2 parents baccffe + 44876cf commit 2442142
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@
"authors": [
"rohit <belsarerohit81@gmail.com>"
],

"private":false,
"main": "uiGridCustomExport.js",
"dependencies": {
"angular": ">=1.2.32",
"lodash": ">=4.17.4",
"angular-ui-grid": ">=4.2.2"
"angular": ">=1.0.8",
"lodash": ">=4.16.4",
"angular-ui-grid": ">=3.0.1"
},
"description": "",
"license": "MIT",
Expand All @@ -16,3 +18,4 @@
"angular": "1.2.32"
}
}

0 comments on commit 2442142

Please sign in to comment.