Skip to content

Commit

Permalink
Remove bloat from package tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
mateogianolio committed May 29, 2023
1 parent b36d717 commit 0b7bd3e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nlapack",
"version": "2.0.8",
"version": "2.0.9",
"description": "C++ bindings for all single- and double-precision CLAPACK (Linear Algebra Package) routines.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -10,6 +10,11 @@
"build": "node-gyp rebuild -j max && rm -rf dist && tsc",
"install": "npm run build"
},
"files": [
"build/Release/nlapack.node",
"binding.gyp",
"dist"
],
"repository": {
"git": "https://github.com/mateogianolio/nblas"
},
Expand Down

0 comments on commit 0b7bd3e

Please sign in to comment.