-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The extension code is moved to src/ to simplify packaging only the necessary files
- Loading branch information
Showing
6 changed files
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
node_modules | ||
*log | ||
web-ext-artifacts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,15 @@ | |
"name": "au-revoir-utm", | ||
"license": "WTFPL http://sam.zoy.org/wtfpl/", | ||
"author": "Anthony Ricaud <[email protected]>", | ||
"version": "0.4", | ||
"version": "1.0.0", | ||
"fullName": "au-revoir-utm", | ||
"id": "jid1-yRtlFKrTMBrAtQ", | ||
"description": "Removes crappy utm_ tracking stuff", | ||
"dependencies": {}, | ||
"scripts": { | ||
"start": "web-ext run --firefox=nightly --browser-console" | ||
"build": "web-ext build --source-dir src", | ||
"lint": "web-ext lint --source-dir src", | ||
"start": "web-ext run --source-dir src --firefox=nightly --browser-console" | ||
}, | ||
"devDependencies": { | ||
"chai": "^3.5.0", | ||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters