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

Commit d41874c

Browse files
committed
chore(dep): correct publisher npm src
1 parent 86a55af commit d41874c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gruntFile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module.exports = function (grunt) {
1717
var done = this.async();
1818
var spawn = require('child_process').spawn;
1919
spawn('./node_modules/.bin/gulp', [ prefix, '--branch='+this.args[0] ].concat(grunt.option.flags()), {
20-
cwd : './node_modules/component-publisher',
20+
cwd : './node_modules/angular-ui-publisher',
2121
stdio: 'inherit'
2222
}).on('close', done);
2323
};

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"main": "./ui-codemirror.js",
99
"dependencies": {},
1010
"devDependencies": {
11-
"component-publisher": "douglasduteil/component-publisher",
11+
"angular-ui-publisher": "~1.x",
1212
"grunt": "~0.4.2",
1313
"grunt-contrib-connect": "~0.5.0",
1414
"grunt-contrib-copy": "~0.4.1",

0 commit comments

Comments
 (0)