Skip to content

Commit

Permalink
Fixes dist build after main file rename
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelbr committed Oct 26, 2015
1 parent a381721 commit 120c536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makeBundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ var fs = require('fs');
var UglifyJS = require('uglify-js');
var pack = require('./package.json');

var inputFile = './index.js';
var inputFile = './component.js';
var outputFile = './dist/omniscient.js';
var outputMinifiedFile = './dist/omniscient.min.js';

Expand Down

0 comments on commit 120c536

Please sign in to comment.