Skip to content

Commit 9a2d94e

Browse files
committed
cleanup
1 parent fb091c6 commit 9a2d94e

File tree

4 files changed

+2
-9
lines changed

4 files changed

+2
-9
lines changed

.gitignore

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@ node_modules/
22
build/
33
libs/
44
npm-debug.log
5-
libpg_query/**/*.a
6-
libpg_query/**/*.h
75
libpg_query/**/*.proto
86
wasm/libpg-query.js
97
*.wasm
10-
.cache
11-
libpg_query/windows/*.lib
8+
.cache

.npmignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
# project files
22
test
33
.gitignore
4-
.travis.yml
54
package.json
65
build
76

8-
libpg_query/**/*.a
9-
libpg_query/**/*.h
10-
117
*.log
128
npm-debug.log*
139

LICENSE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
The MIT License (MIT)
22

33
Copyright (c) 2021 Dan Lynch <[email protected]>
4+
Copyright (c) 2025 Interweb, Inc. <[email protected]>
45

56
Permission is hereby granted, free of charge, to any person obtaining a copy
67
of this software and associated documentation files (the "Software"), to deal

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"files": [
1212
"wasm/*",
1313
"libpg_query/*",
14-
"script/*",
1514
"proto.js"
1615
],
1716
"exports": {

0 commit comments

Comments
 (0)