Skip to content

Commit

Permalink
remove pako; switch to fflate
Browse files Browse the repository at this point in the history
  • Loading branch information
hanayik committed Mar 16, 2023
1 parent d925d83 commit d94e777
Show file tree
Hide file tree
Showing 6 changed files with 4,699 additions and 6,034 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.idea/
.project
.DS_Store
/build/
/build
.jshint*
node_modules/
release.sh
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ This will output nifti-reader.js and nifti-reader-min.js to build/.
Acknowledgments
-----
NIFTI-Reader-JS makes use of the following third-party libraries:
- [pako](https://github.com/nodeca/pako) — for GZIP inflating
- [fflate](https://github.com/101arrowz/fflate) — for GZIP inflating

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
"test": "tests"
},
"dependencies": {
"fflate": "*",
"pako": "*"
"fflate": "*"
},
"devDependencies": {
"browserify": "*",
Expand Down
5 changes: 1 addition & 4 deletions release/current/nifti-reader-min.js

Large diffs are not rendered by default.

Loading

0 comments on commit d94e777

Please sign in to comment.