diff --git a/bower.json b/bower.json index e93b5c1e..ffd75ac2 100644 --- a/bower.json +++ b/bower.json @@ -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": { diff --git a/package.json b/package.json index 217014e8..116eedd6 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/publish.js b/publish.js index fae15f0f..34d7b0d8 100644 --- a/publish.js +++ b/publish.js @@ -35,6 +35,7 @@ module.exports = function() { // HACK... main_dist_dir: 'main', + bowerData : { main: './ui-utils.js'}, // The sub-components subcomponents : modulesName.reduce(makingComponentData, {}),