1
0
Fork 0
SCs Currency Converter
Go to file
dependabot[bot] 76d2b4729e
Bump path-parse from 1.0.6 to 1.0.7
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-10 17:43:12 +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 path-parse from 1.0.6 to 1.0.7 2021-08-10 17:43:12 +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.