Skip to content

Commit

Permalink
feat: rename lib to withResources
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Ashworth committed Nov 6, 2015
1 parent 2a83142 commit 33fc4a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/webpack.config.publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ var baseConfig = require('./webpack.config');

module.exports = Object.assign(baseConfig, {
output: {
library: 'flight-with-resources',
library: 'withResources',
filename: 'flight-with-resources.js',
libraryTarget: 'umd',
path: constants.BUILD_DIRECTORY
Expand Down

0 comments on commit 33fc4a1

Please sign in to comment.