Skip to content

Commit

Permalink
修改uba文件正式版的前一版
Browse files Browse the repository at this point in the history
  • Loading branch information
kvkens committed Apr 29, 2018
1 parent a3bfe81 commit 9ae2a5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uba-build",
"version": "2.0.0-rc.2",
"version": "2.0.0-rc.3",
"description": "build server plugin for uba",
"main": "index.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion src/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ exports.getRunPath = (file) => {
*/
exports.getUbaConfig = () => {
try {
return require(this.getRunPath("config.js"));
return require(this.getRunPath("uba.config.js"));
} catch (error) {
this.errorLog(error, 'The "uba.config.js" configuration file was not found', true);
process.exit(0);
Expand Down

0 comments on commit 9ae2a5f

Please sign in to comment.