Skip to content

Commit

Permalink
clean dist to elimnate problems (#3)
Browse files Browse the repository at this point in the history
* clean dist to elimnate problems

* bump version
  • Loading branch information
danielsinai authored Feb 17, 2023
1 parent b973836 commit 2c7f0f0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ echo "building jq"
echo $scriptdir

autoreconf -fi
CPPFLAGS=-D_REENTRANT ./configure \
make distclean
CPPFLAGS=-D_REENTRANT ./configure CFLAGS=-fPIC \
--disable-maintainer-mode \
--with-oniguruma=builtin \
--libdir="${scriptdir}/build/deps" \
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@port-labs/jq-node-bindings",
"version": "v0.0.6",
"version": "v0.0.7",
"description": "Node.js bindings for JQ",
"jq-node-bindings": "0.0.6",
"jq-node-bindings": "0.0.7",
"main": "lib/index.js",
"scripts": {
"configure": "node-gyp configure",
Expand Down

0 comments on commit 2c7f0f0

Please sign in to comment.