Skip to content

Commit

Permalink
chore: added npm
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyTheTank committed Jan 1, 2016
1 parent 2dae330 commit 3692fe6
Show file tree
Hide file tree
Showing 3 changed files with 6 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-vimeo-api-factory",
"description": "angularjs factory for vimeo json rest api requests",
"version": "0.1.1",
"version": "0.1.2",
"main": "Gruntfile.js",
"authors": [
"Jonathan Hornung"
Expand Down
2 changes: 1 addition & 1 deletion dist/angular-vimeo-api-factory.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-vimeo-api-factory",
"version": "0.1.1",
"version": "0.1.2",
"description": "angularjs factory for vimeo json rest api requests",
"main": "Gruntfile.js",
"scripts": {
Expand All @@ -27,5 +27,8 @@
"grunt": "^0.4.5",
"grunt-contrib-uglify": "^0.11.0",
"grunt-contrib-watch": "^0.6.1"
},
"dependencies": {
"angular": "*"
}
}

0 comments on commit 3692fe6

Please sign in to comment.