Skip to content

Commit

Permalink
Update rollup config to use polar-bear name
Browse files Browse the repository at this point in the history
  • Loading branch information
chee committed Jan 29, 2019
1 parent a7cb2f3 commit e1f2036
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion config/rollup.config.browser.cjs.js
Expand Up @@ -3,6 +3,6 @@ import config from './rollup.config'
export default config({
output: {
format: 'cjs',
file: 'lib/turndown-plugin-gfm.browser.cjs.js'
file: 'lib/turndown-plugin-polar-bear.browser.cjs.js'
}
})
2 changes: 1 addition & 1 deletion config/rollup.config.browser.es.js
Expand Up @@ -3,6 +3,6 @@ import config from './rollup.config'
export default config({
output: {
format: 'es',
file: 'lib/turndown-plugin-gfm.browser.es.js'
file: 'lib/turndown-plugin-polar-bear.browser.es.js'
}
})
2 changes: 1 addition & 1 deletion config/rollup.config.cjs.js
Expand Up @@ -3,6 +3,6 @@ import config from './rollup.config'
export default config({
output: {
format: 'cjs',
file: 'lib/turndown-plugin-gfm.cjs.js'
file: 'lib/turndown-plugin-polar-bear.cjs.js'
}
})
2 changes: 1 addition & 1 deletion config/rollup.config.es.js
Expand Up @@ -3,6 +3,6 @@ import config from './rollup.config'
export default config({
output: {
format: 'es',
file: 'lib/turndown-plugin-gfm.es.js'
file: 'lib/turndown-plugin-polar-bear.es.js'
}
})
2 changes: 1 addition & 1 deletion config/rollup.config.iife.js
Expand Up @@ -3,6 +3,6 @@ import config from './rollup.config'
export default config({
output: {
format: 'iife',
file: 'dist/turndown-plugin-gfm.js'
file: 'dist/turndown-plugin-polar-bear.js'
}
})
4 changes: 2 additions & 2 deletions config/rollup.config.js
@@ -1,7 +1,7 @@
export default function (config) {
return {
name: 'turndownPluginGfm',
input: 'src/gfm.js',
name: 'turndownPluginPolarBear',
input: 'src/polar-bear.js',
output: config.output
}
}

0 comments on commit e1f2036

Please sign in to comment.