Skip to content

Commit 3692fe6

Browse files
committed
chore: added npm
1 parent 2dae330 commit 3692fe6

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

bower.json

Lines changed: 1 addition & 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.1.1",
4+
"version": "0.1.2",
55
"main": "Gruntfile.js",
66
"authors": [
77
"Jonathan Hornung"

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.1.1",
3+
"version": "0.1.2",
44
"description": "angularjs factory for vimeo json rest api requests",
55
"main": "Gruntfile.js",
66
"scripts": {
@@ -27,5 +27,8 @@
2727
"grunt": "^0.4.5",
2828
"grunt-contrib-uglify": "^0.11.0",
2929
"grunt-contrib-watch": "^0.6.1"
30+
},
31+
"dependencies": {
32+
"angular": "*"
3033
}
3134
}

0 commit comments

Comments
 (0)