Skip to content

Commit fbaee63

Browse files
committed
Fix npmignore because I did it wrong the first time...
1 parent 867396f commit fbaee63

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.npmignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ compile_flags.txt
1212
rustfmt.toml
1313
pnpm-lock.yaml
1414
*.node
15-
!npm/*.node
15+
!npm/**/*.node
1616
__test__
1717
renovate.json

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@platformatic/php",
3-
"version": "0.1.1-dev2",
3+
"version": "0.1.2",
44
"main": "index.js",
55
"types": "index.d.ts",
66
"napi": {

0 commit comments

Comments
 (0)