Skip to content

Commit 10211ab

Browse files
committed
pkg
1 parent 745b1b2 commit 10211ab

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

.npmignore

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,19 @@
1+
# project files
2+
test
3+
.gitignore
4+
.travis.yml
5+
package.json
6+
libpg_query
17
build
28
docker
9+
10+
*.log
11+
npm-debug.log*
12+
13+
# Dependency directories
14+
node_modules
15+
16+
# npm package lock
17+
package-lock.json
18+
yarn.lock
19+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libpg-query",
3-
"version": "13.2.4-rc0",
3+
"version": "13.2.4-rc1",
44
"description": "The real PostgreSQL query parser",
55
"homepage": "https://github.com/pyramation/libpg-query-node",
66
"main": "index.js",

0 commit comments

Comments
 (0)