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

Commit 69c993d

Browse files
committed
fix(publisher): corrected main path
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
1 parent 32cf1e0 commit 69c993d

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "AngularUI Team",
33
"name": "angular-ui-utils",
44
"description": "AngularUI Utilities - Companion Suite for AngularJS",
5-
"version": "0.1.0",
5+
"version": "0.1.1",
66
"homepage": "http://angular-ui.github.com",
77
"main": "./modules/utils.js",
88
"dependencies": {

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-ui-utils",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Swiss-Army-Knife of AngularJS tools (with no external dependencies!)",
55
"author": "https://github.com/angular-ui/ui-utils/graphs/contributors",
66
"license": "MIT License, http://www.opensource.org/licenses/MIT",

publish.js

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ module.exports = function() {
3535
// HACK...
3636
main_dist_dir: 'main',
3737

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

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

0 commit comments

Comments
 (0)