Skip to content

Commit 28d9122

Browse files
committed
chore(publisher): use the official one
1 parent 56775b1 commit 28d9122

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ before_install:
1010
- bower install --force
1111
- bower install --force
1212
after_success:
13-
- "./node_modules/component-publisher/travis/authentication.sh --branch=develop || exit 1"
13+
- "./node_modules/angular-ui-publisher/travis/authentication.sh || exit 0"
1414
- "grunt dist build:gh-pages publish:gh-pages build:bower publish:bower build:subbower publish:subbower"
1515
script: grunt
1616
env:

gruntFile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module.exports = function (grunt) {
2424
var done = this.async();
2525
var spawn = require('child_process').spawn;
2626
spawn('./node_modules/.bin/gulp', [ prefix, '--branch='+this.args[0] ].concat(grunt.option.flags()), {
27-
cwd : './node_modules/component-publisher',
27+
cwd : './node_modules/angular-ui-publisher',
2828
stdio: 'inherit'
2929
}).on('close', done);
3030
};

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"homepage": "http://angular-ui.github.com",
88
"dependencies": {},
99
"devDependencies": {
10-
"component-publisher": "git://github.com/douglasduteil/component-publisher",
10+
"angular-ui-publisher": "~1.x",
1111
"grunt": "~0.4.1",
1212
"grunt-contrib-clean": "~0.4.1",
1313
"grunt-contrib-concat": "~0.3.0",

0 commit comments

Comments
 (0)