Skip to content

Commit

Permalink
ignoring files
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsinai committed Feb 16, 2023
1 parent f40b648 commit a9120ec
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ docs
.DS_Store

.vscode

load.js
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ Dockerfile
build
.github
.vscode
**/.git
.git
*/.git
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.3",
"version": "v0.0.4",
"description": "Node.js bindings for JQ",
"jq-node-bindings": "0.0.3",
"jq-node-bindings": "0.0.4",
"main": "lib/index.js",
"scripts": {
"configure": "node-gyp configure",
Expand Down

0 comments on commit a9120ec

Please sign in to comment.