Skip to content
This repository has been archived by the owner on Jan 24, 2019. It is now read-only.

Commit

Permalink
fix(publisher): corrected main path
Browse files Browse the repository at this point in the history
I finally took the time to do it...
I added a `bowerData` key to the client publishers to overwrite any existing bower properties in the built output (we you run `grunt build:bower`).
This fix exits in `[email protected]` and `[email protected]` so old and new repos can use it.

Closes #177, #161, #157
  • Loading branch information
douglasduteil committed Feb 5, 2014
1 parent 32cf1e0 commit 69c993d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "AngularUI Team",
"name": "angular-ui-utils",
"description": "AngularUI Utilities - Companion Suite for AngularJS",
"version": "0.1.0",
"version": "0.1.1",
"homepage": "http://angular-ui.github.com",
"main": "./modules/utils.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-ui-utils",
"version": "0.1.0",
"version": "0.1.1",
"description": "Swiss-Army-Knife of AngularJS tools (with no external dependencies!)",
"author": "https://github.com/angular-ui/ui-utils/graphs/contributors",
"license": "MIT License, http://www.opensource.org/licenses/MIT",
Expand Down
1 change: 1 addition & 0 deletions publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ module.exports = function() {
// HACK...
main_dist_dir: 'main',

bowerData : { main: './ui-utils.js'},

// The sub-components
subcomponents : modulesName.reduce(makingComponentData, {}),
Expand Down

0 comments on commit 69c993d

Please sign in to comment.