We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f017990 commit c01531bCopy full SHA for c01531b
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "single-spa-angular",
3
- "version": "10.0.0-beta.1",
+ "version": "10.0.0-beta.2",
4
"type": "module",
5
"description": "Lifecycle function implementation for single-spa applications/parcels that use Angular 19 or greater",
6
"scripts": {
@@ -16,6 +16,9 @@
16
"types": "./lib/single-spa-angular.d.ts"
17
}
18
},
19
+ "files": [
20
+ "lib"
21
+ ],
22
"keywords": [
23
"single-spa",
24
"angular",
0 commit comments