Skip to content

Commit b0b4dab

Browse files
committed
Nits in .npmignore and .gitignore
1 parent 8a5bd57 commit b0b4dab

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
node_modules
22
package-lock.json
3+
pnpm-lock.yaml
34
yarn.lock
45
.DS_Store
56
*.log

.npmignore

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ tsconfig.tsbuildinfo
44

55
node_modules
66
package-lock.json
7+
pnpm-lock.yaml
78
yarn.lock
89
.DS_Store
910
*.log

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@clickup/pg-id",
33
"description": "Generate randomly-looking never repeating primary key ids and more",
4-
"version": "2.10.293",
4+
"version": "2.10.296",
55
"license": "MIT",
66
"keywords": [
77
"PostgreSQL",

0 commit comments

Comments
 (0)