Skip to content

Commit

Permalink
More errors.js
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Dec 19, 2024
1 parent 1fb6142 commit 68b706a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ dist
.nyc_output
test/data/*.sam
test/data/*.fai
errors.js
built-tests/
.eslintcache
*.swp
esm
.idea
.idea
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gmod/cram",
"version": "4.0.4",
"version": "4.0.5",
"description": "read CRAM files with pure Javascript",
"license": "MIT",
"repository": "GMOD/cram-js",
Expand Down Expand Up @@ -31,7 +31,6 @@
"build": "yarn build:esm && yarn build:es5",
"postbuild": "webpack",
"preversion": "yarn test --run && yarn build",
"postpublish": "rm errors.js",
"postversion": "git push --follow-tags"
},
"keywords": [
Expand Down

0 comments on commit 68b706a

Please sign in to comment.