Skip to content

Commit 2dd74a8

Browse files
committed
update gitignore
1 parent 44fc7d4 commit 2dd74a8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Release/*.*
2727
# Ignore locally installed node_modules
2828
node_modules
2929
!test/node_modules
30+
package-lock.json
3031

3132
# Ignore tmp directory.
3233
tmp

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chainsql-binary-codec",
3-
"version": "1.0.11",
3+
"version": "1.0.12",
44
"description": "chainsql binary codec",
55
"files": [
66
"distrib/npm/*",

0 commit comments

Comments
 (0)