Skip to content

Commit c01531b

Browse files
author
Joel Denning
committed
Fix npm publish
1 parent f017990 commit c01531b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "single-spa-angular",
3-
"version": "10.0.0-beta.1",
3+
"version": "10.0.0-beta.2",
44
"type": "module",
55
"description": "Lifecycle function implementation for single-spa applications/parcels that use Angular 19 or greater",
66
"scripts": {
@@ -16,6 +16,9 @@
1616
"types": "./lib/single-spa-angular.d.ts"
1717
}
1818
},
19+
"files": [
20+
"lib"
21+
],
1922
"keywords": [
2023
"single-spa",
2124
"angular",

0 commit comments

Comments
 (0)