Skip to content

Commit

Permalink
adding license for open location code
Browse files Browse the repository at this point in the history
  • Loading branch information
uggrock committed Jan 6, 2019
1 parent 5e2b947 commit 78f28f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ let config = {
{ from: `./manifest.${process.env.TARGET}.json`, to: `./manifest.json` },
{ from: '../node_modules/webextension-polyfill/dist/browser-polyfill.js', to: './vendor/' },
{ from: '../src/lib/openlocationcode.js', to: './vendor/' },
{ from: '../node_modules/open-location-code/LICENSE', to: './vendor/openlocationcode.license.txt' },
{ from: '../node_modules/bootswatch/paper/bootstrap.min.css', to: './vendor/css' },
{ from: '../node_modules/jquery/dist/jquery.min.js', to: './vendor' },
{ from: '../node_modules/file-saver/dist/FileSaver.min.js', to: './vendor' },
Expand Down

0 comments on commit 78f28f5

Please sign in to comment.