Skip to content

Commit

Permalink
Fix npm publish (#1624)
Browse files Browse the repository at this point in the history
* update git and npm ignore configs and package version

* update dependencies and test against the latest version of the library's production dependency, axios.

* update mock service worker dependency and migrate msw usage to their new API
  • Loading branch information
dpgraham4401 authored Aug 28, 2024
1 parent 579ccff commit d40fcfd
Show file tree
Hide file tree
Showing 5 changed files with 2,498 additions and 2,332 deletions.
3 changes: 2 additions & 1 deletion emanifest-js/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules/
node_modules/
dist/
1 change: 1 addition & 0 deletions emanifest-js/.npmignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.idea/
.vscode/
src/
**/*.tgz
**/tests/
docs/
.github/
Expand Down
Loading

0 comments on commit d40fcfd

Please sign in to comment.