Skip to content

Commit 067e169

Browse files
committed
chore: added angular to dependencies
1 parent a3164da commit 067e169

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

bower.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular-vimeo-api-factory",
33
"description": "angularjs factory for vimeo json rest api requests",
4-
"version": "0.5.0",
4+
"version": "0.5.1",
55
"main": "Gruntfile.js",
66
"authors": [
77
"Jonathan Hornung"
@@ -18,6 +18,9 @@
1818
"moduleType": [
1919
"globals"
2020
],
21+
"dependencies": {
22+
"angular": "*"
23+
},
2124
"ignore": [
2225
"**/.*",
2326
"node_modules",

dist/angular-vimeo-api-factory.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
/*! angular-vimeo-api-factory v0.5.0 (02-01-2016) by Jonathan Hornung */
2+
/*! angular-vimeo-api-factory v0.5.1 (03-01-2016) by Jonathan Hornung */
33
"use strict";
44

55
/**

dist/angular-vimeo-api-factory.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-vimeo-api-factory",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "angularjs factory for vimeo json rest api requests",
55
"main": "Gruntfile.js",
66
"scripts": {
@@ -23,6 +23,9 @@
2323
"url": "https://github.com/JohnnyTheTank/angular-vimeo-api-factory/issues"
2424
},
2525
"homepage": "https://github.com/JohnnyTheTank/angular-vimeo-api-factory#readme",
26+
"dependencies": {
27+
"angular": "*"
28+
},
2629
"devDependencies": {
2730
"grunt": "^0.4.5",
2831
"grunt-contrib-concat": "^0.5.1",

0 commit comments

Comments
 (0)