Skip to content

Commit

Permalink
Change distributed filename to okta-auth-js
Browse files Browse the repository at this point in the history
Resolves: OKTA-104120
  • Loading branch information
lboyette-okta committed Oct 21, 2016
1 parent af21c3b commit 5bcf0ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = _.extend(commonConfig, {
entry: './lib/index.js',
output: {
path: path.join(__dirname, 'dist'),
filename: 'OktaAuth.min.js',
filename: 'okta-auth-js.min.js',
library: 'OktaAuth',
libraryTarget: 'umd'
},
Expand Down

0 comments on commit 5bcf0ab

Please sign in to comment.