-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat!: update to manifest v3 (Resolves: #32, #33, #29) #39
Conversation
.npmignore
Outdated
@@ -6,12 +6,10 @@ | |||
.gitignore | |||
.npmignore | |||
.nycrc | |||
.vagrant | |||
chrome_web_store.png | |||
coverage | |||
Gruntfile.js |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Gruntfile.js
can be removed too?
@@ -55,7 +55,16 @@ This will generate a `dist` directory at the root of the project. This is used w | |||
can also be run as an unpacked extension. | |||
|
|||
```bash |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the "Dependencies" section, the dependency on "grunt-cli" probably can be removed too.
@@ -110,7 +114,7 @@ _**NOTE:** Published versions can be installed from the [Chrome Web Store]( | |||
|
|||
### BSD 3-Clause | |||
|
|||
* [Infusion v3.0.0-dev](https://fluidproject.org/infusion.html) | |||
* [Infusion v4.0.0](https://fluidproject.org/infusion.html) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
package.json
is using infusion 4.1.0. The current latest infusion version is 4.3.0.
@@ -1,4 +1,3 @@ | |||
/build/ | |||
/dist/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/.vagrant/
at line 6 in this file can be removed too.
Closed as the work continues at #40 |
Resolves: #32
Resolves: #33
Resolves: #29
The remaining TODOs are noted in the TODOs file.
Migration docs: