-
- Downloads
use parcel bundler for building
Showing
- .gitignore 3 additions, 1 deletion.gitignore
- .parcelrc 3 additions, 0 deletions.parcelrc
- package.json 5 additions, 2 deletionspackage.json
- src/icon/16.png 0 additions, 0 deletionssrc/icon/16.png
- src/manifest.json 0 additions, 0 deletionssrc/manifest.json
- src/popup.css 0 additions, 0 deletionssrc/popup.css
- src/popup.html 0 additions, 0 deletionssrc/popup.html
- src/popup.js 0 additions, 0 deletionssrc/popup.js
- yarn.lock 1209 additions, 14 deletionsyarn.lock
.parcelrc
0 → 100644
{ | { | ||
"name": "firefox-url-shorter-extension", | "name": "firefox-url-shorter-extension", | ||
"version": "1.0.0", | "version": "1.0.0", | ||
"main": "index.js", | |||
"author": "Jonas Leder <jonas@jonasled.de>", | "author": "Jonas Leder <jonas@jonasled.de>", | ||
"license": "MIT", | "license": "MIT", | ||
"dependencies": { | "dependencies": { | ||
"parcel": "^2.7.0", | |||
"web-ext": "^7.2.0" | "web-ext": "^7.2.0" | ||
}, | }, | ||
"scripts": { | "scripts": { | ||
"start": "web-ext run --verbose", | "start": "web-ext run --verbose", | ||
"build": "web-ext build" | "build": "parcel build src/manifest.json" | ||
}, | |||
"devDependencies": { | |||
"@parcel/config-webextension": "^2.7.0" | |||
} | } | ||
} | } |
File moved
File moved
File moved
File moved
File moved
This diff is collapsed.
Please register or sign in to comment