Skip to content

Commit

Permalink
* removed unneeded grunt plugin from package.json * new version
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyTheTank committed Nov 17, 2015
1 parent b1c2227 commit 9d15102
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angular-facebook-api-factory",
"description": "angularjs factory for facebook json rest api requests",
"version": "0.1.0",
"version": "0.1.1",
"main": "Gruntfile.js",
"authors": [
"Jonathan Hornung"
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-facebook-api-factory",
"version": "0.1.0",
"version": "0.1.1",
"description": "angularjs factory for facebook json rest api requests",
"main": "Gruntfile.js",
"scripts": {
Expand All @@ -25,7 +25,6 @@
"homepage": "https://github.com/JohnnyTheTank/angular-facebook-api-factory#readme",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-uglify": "^0.10.1",
"grunt-contrib-watch": "^0.6.1"
}
Expand Down

0 comments on commit 9d15102

Please sign in to comment.