Skip to content

Commit

Permalink
Merge pull request #59 from tolbahadi/chore/package.json/updateMainAttr
Browse files Browse the repository at this point in the history
chore(bower): update `main` attribute in bower and package.json
  • Loading branch information
doshprompt committed Sep 4, 2015
2 parents ee1fff3 + 2bd52d1 commit 3a8d4d8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
"version": "1.3.1",
"homepage": "https://github.com/doshprompt/angular-localization",
"description": "angularjs localization done right",
"main": "angular-localization.js",
"main": [
"dist/angular-localization.js",
"dist/angular-localization.css"
],
"keywords": [
"angularjs",
"localization",
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"name": "angular-localization",
"version": "1.3.1",
"description": "angularjs localization done right.",
"main": "dist/angular-localization.js",
"main": [
"dist/angular-localization.js",
"dist/angular-localization.css"
],
"scripts": {
"postinstall": "bower install",
"test": "gulp test"
Expand Down

0 comments on commit 3a8d4d8

Please sign in to comment.