Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
hipstersmoothie committed Sep 15, 2018
1 parent 5dbe442 commit 895c9cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jimp/tools/browser-build.js
Expand Up @@ -26,7 +26,7 @@ const licence =
'\n' +
'https://github.com/oliver-moran/jimp\n' +
'Ported for the Web by Phil Seaton\n' +
fs.readFileSync(fromRoot('LICENSE')) +
fs.readFileSync(fromRoot('../../LICENSE')) +
'*/';

// Browserify and Babelize.
Expand Down

0 comments on commit 895c9cd

Please sign in to comment.