1
0
Fork 0
SCs Currency Converter
Go to file
dependabot[bot] bb894d2588
Bump hosted-git-info from 2.8.8 to 2.8.9
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases)
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-09 07:59:25 +00:00
src upgrade packages 2020-11-15 09:33:21 +01:00
.editorconfig initial commit 2016-12-31 12:56:27 +01:00
.eslintignore add webpack 2017-03-18 14:49:53 +01:00
.eslintrc.js upgrade packages & configs 2019-06-05 19:15:39 +02:00
.gitignore add scripts 2017-03-20 21:39:05 +01:00
LICENSE initial commit 2016-12-31 12:56:27 +01:00
README.md add development information 2019-07-22 19:36:20 +02:00
babel.config.js change target to Firefox version 60 2019-07-22 19:15:34 +02:00
package-lock.json Bump hosted-git-info from 2.8.8 to 2.8.9 2021-05-09 07:59:25 +00:00
package.json upgrade packages 2020-11-15 09:33:21 +01:00
webpack.config.js upgrade packages 2020-11-15 09:33:21 +01:00

README.md

SCs Currency Converter

Currency Converter for Firefox

https://addons.mozilla.org/firefox/addon/scscurrencyconverter/

Development

Requirements:

Install

To install the project's dependencies:

npm install

Start

During development use:

npm start

This will build a develpment version of the scripts in the dist folder, and starts webpack in watch mode.

In an other terminal/console:

npm run run:web-ext

This opens a clean Firefox with the addon installed. Every time a script is modified, the addon will be reloaded.

Build

To build the addon, use:

npm run build

This will build a production version of the scripts in the dist folder, and packages them into a zip file in the build folder.