Skip to content

Commit

Permalink
Remove angular dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
SBats committed Dec 8, 2017
1 parent 0be8b16 commit 057a282
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
3 changes: 0 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
"type": "git",
"url": "https://github.com/FineLinePrototyping/dist-angularjs-rails-resource.git"
},
"dependencies": {
"angular": "~1.0"
},
"ignore": [
"node_modules",
"Gemfile",
Expand Down
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angularjs-rails-resource",
"description" : "A resource factory inspired by $resource from AngularJS",
"version": "2.3.1",
"version": "2.3.2",
"main" : "dist/angularjs-rails-resource.js",
"homepage" : "https://github.com/FineLinePrototyping/angularjs-rails-resource.git",
"author" : "",
Expand All @@ -13,9 +13,6 @@
"angular",
"resources"
],
"dependencies": {
"angular": "~1.0"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.6.0",
Expand Down

0 comments on commit 057a282

Please sign in to comment.