Skip to content

Commit ad526d4

Browse files
authored
Update npmignore and package version. (#51)
1 parent 0531e04 commit ad526d4

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

.npmignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@
88
.vscode
99
babel.config.js
1010
build
11+
build-linux.sh
1112
coverage
1213
docs
1314
src
1415
test
1516
tsconfig.json
1617
*.ts
1718
!*.d.ts
19+
Dockerfile

build-linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CURRENT_LIBRAWJS_VERSION=2.3.0
1+
CURRENT_LIBRAWJS_VERSION=3.0.0
22
PREBUILD_PATH="prebuilds/linux-x64"
33
NODE_FILE_NAME="node.napi.node"
44
OUTPUT_PATH="./${PREBUILD_PATH}/${NODE_FILE_NAME}"

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "libraw.js",
33
"author": "Justin Kambic",
4-
"version": "2.3.0",
4+
"version": "3.0.0",
55
"description": "Provide a subset of LibRaw functionality.",
66
"main": "./dist/libraw.js",
77
"types": "./dist/libraw.d.ts",

0 commit comments

Comments
 (0)