Skip to content

Commit fed5373

Browse files
committed
Merge pull request #2 from nirarazi/master
Added main file to bower.json to allow wiredep plugin to include it
2 parents 75e00f9 + a33cd7c commit fed5373

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

bower.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
{
22
"name": "angular-environment",
3-
"version": "1.0.1",
3+
"main": "dist/angular-environment.js",
4+
"version": "1.0.2",
45
"homepage": "https://github.com/juanpablob/angular-environment",
56
"authors": [
6-
"juanpablob <[email protected]>"
7+
"juanpablob <[email protected]>",
8+
"nirarazi <[email protected]>"
79
],
810
"description": "AngularJS Environment Plugin",
911
"keywords": [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-environment",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "AngujarJS Environment Plugin",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)