Skip to content

Commit

Permalink
Update npmignore and package version. (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinkambic authored Mar 6, 2023
1 parent 0531e04 commit ad526d4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@
.vscode
babel.config.js
build
build-linux.sh
coverage
docs
src
test
tsconfig.json
*.ts
!*.d.ts
Dockerfile
2 changes: 1 addition & 1 deletion build-linux.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CURRENT_LIBRAWJS_VERSION=2.3.0
CURRENT_LIBRAWJS_VERSION=3.0.0
PREBUILD_PATH="prebuilds/linux-x64"
NODE_FILE_NAME="node.napi.node"
OUTPUT_PATH="./${PREBUILD_PATH}/${NODE_FILE_NAME}"
Expand Down
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "libraw.js",
"author": "Justin Kambic",
"version": "2.3.0",
"version": "3.0.0",
"description": "Provide a subset of LibRaw functionality.",
"main": "./dist/libraw.js",
"types": "./dist/libraw.d.ts",
Expand Down

0 comments on commit ad526d4

Please sign in to comment.