Skip to content

Commit d2b9526

Browse files
authored
fix: Can't install package with npm (#7) (#9)
1 parent 181f807 commit d2b9526

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sdk/nodejs/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@
1616
},
1717
"pulumi": {
1818
"resource": true
19-
}
19+
},
20+
"files": ["**/*.js", "**/*.ts"]
2021
}

0 commit comments

Comments
 (0)