Skip to content

Commit 78f28f5

Browse files
committed
adding license for open location code
1 parent 5e2b947 commit 78f28f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webpack.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ let config = {
3838
{ from: `./manifest.${process.env.TARGET}.json`, to: `./manifest.json` },
3939
{ from: '../node_modules/webextension-polyfill/dist/browser-polyfill.js', to: './vendor/' },
4040
{ from: '../src/lib/openlocationcode.js', to: './vendor/' },
41+
{ from: '../node_modules/open-location-code/LICENSE', to: './vendor/openlocationcode.license.txt' },
4142
{ from: '../node_modules/bootswatch/paper/bootstrap.min.css', to: './vendor/css' },
4243
{ from: '../node_modules/jquery/dist/jquery.min.js', to: './vendor' },
4344
{ from: '../node_modules/file-saver/dist/FileSaver.min.js', to: './vendor' },

0 commit comments

Comments
 (0)