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 a4e394d commit 3eb62ebCopy full SHA for 3eb62eb
packages/oc-statics-compiler/index.d.ts
@@ -3,7 +3,7 @@ declare const compiler: (
3
componentPackage: {
4
oc: {
5
files: {
6
- static?: string[];
+ static?: string[] | string;
7
};
8
9
minify?: boolean;
packages/oc-statics-compiler/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "oc-statics-compiler",
- "version": "3.0.0",
+ "version": "3.0.1",
"description": "OC-Statics-Compiler",
"main": "index.js",
"types": "index.d.ts",
0 commit comments