Skip to content

Commit c05018b

Browse files
committed
init migration to manifest v3 + react
1 parent 3079910 commit c05018b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+13062
-1329
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@ bower_components
55
*.orig
66
keys.json
77
.vscode
8+
.tscache
9+
.yarn
10+
.env

.yarnrc.yml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nodeLinker: node-modules

Gruntfile.js

-136
This file was deleted.

jest.config.js

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
module.exports = {
2+
preset: "ts-jest",
3+
testEnvironment: "node",
4+
};

0 commit comments

Comments
 (0)