Skip to content

Commit

Permalink
Fix global name
Browse files Browse the repository at this point in the history
Apparently Rollup adjusts the names of globals
  • Loading branch information
polytypic committed Aug 12, 2018
1 parent 8108b57 commit 983e9ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {uglify} from 'rollup-plugin-uglify'
const globals = {
'karet.lift': 'karet.lift',
'karet.util': 'karet.util',
'kefir.partial.lenses': 'kefir.partial.lenses',
'kefir.partial.lenses': 'Kefir.partial.lenses',
'partial.lenses': 'L',
'partial.lenses.validation': 'V',
infestines: 'I',
Expand Down

0 comments on commit 983e9ea

Please sign in to comment.