Skip to content

Commit ee2a45c

Browse files
committed
change things
1 parent 74f7f71 commit ee2a45c

File tree

7 files changed

+10
-14
lines changed

7 files changed

+10
-14
lines changed

.DS_Store

0 Bytes
Binary file not shown.

.browserslistrc

+3-7
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@
88
# You can see what browsers were selected by your queries by running:
99
# npx browserslist
1010

11-
last 1 Chrome version
12-
last 1 Firefox version
13-
last 2 Edge major versions
14-
last 2 Safari major versions
15-
last 2 iOS major versions
16-
Firefox ESR
17-
not IE 11 # Angular supports IE 11 only as an opt-in. To opt-in, remove the 'not' prefix on this line.
11+
last 5 Chrome versions
12+
last 5 Firefox versions
13+
not dead

angular.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@
4040
"budgets": [
4141
{
4242
"type": "initial",
43-
"maximumWarning": "500kb",
44-
"maximumError": "1mb"
43+
"maximumWarning": "10mb",
44+
"maximumError": "10mb"
4545
},
4646
{
4747
"type": "anyComponentStyle",
48-
"maximumWarning": "2kb",
49-
"maximumError": "4kb"
48+
"maximumWarning": "10kb",
49+
"maximumError": "10kb"
5050
}
5151
],
5252
"fileReplacements": [

badges/DS_Store

6 KB
Binary file not shown.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"scripts": {
55
"ng": "ng",
66
"start": "ng build --watch --configuration development",
7-
"build": "ng build --configuration development",
7+
"build": "ng build --output-hashing none",
88
"watch": "ng build --watch --configuration development",
99
"test": "ng test",
1010
"format": "prettier \"src/**/*.{css,html,js,json,md,scss,ts}\" ",

src/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "LeetSessionManager",
44
"description": "Manage leetcode sessions easily",
55
"homepage_url": "https://github.com/pawanjenu/LeetcodeSessionManager",
6-
"version": "2.0.1",
6+
"version": "2.0.9",
77
"author": "Pawan Jenu",
88
"browser_action": {
99
"default_icon": "assets/thumbnail.png",

tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"moduleResolution": "node",
1616
"importHelpers": true,
1717
"strictFunctionTypes": false,
18-
"target": "es2017",
18+
"target": "es2015",
1919
"module": "es2020",
2020
"lib": [
2121
"es2018",

0 commit comments

Comments
 (0)