Skip to content

Commit

Permalink
Rename nodeModuleExport.js to nodeModuleExports.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominator008 committed Feb 18, 2016
1 parent c5ab18f commit 2b6654f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ gulp.task('compile-node', function() {
.pipe(closureCompiler({
compilation_level: 'ADVANCED',
dependency_mode: 'STRICT',
entry_point: 'goog:wgxpath.nodeModuleExport',
entry_point: 'goog:wgxpath.nodeModuleExports',
externs: 'src/nodeModuleExterns.js',
language_in: 'ES6_STRICT',
language_out: 'ES5_STRICT',
Expand Down
2 changes: 1 addition & 1 deletion src/nodeModuleExport.js → src/nodeModuleExports.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* @author [email protected] (Michael Zhou)
*/

goog.provide('wgxpath.nodeModuleExport');
goog.provide('wgxpath.nodeModuleExports');

goog.require('wgxpath');

Expand Down

0 comments on commit 2b6654f

Please sign in to comment.