Skip to content

Commit 3eb62eb

Browse files
fix type of static to be also string
1 parent a4e394d commit 3eb62eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/oc-statics-compiler/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ declare const compiler: (
33
componentPackage: {
44
oc: {
55
files: {
6-
static?: string[];
6+
static?: string[] | string;
77
};
88
};
99
minify?: boolean;

packages/oc-statics-compiler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oc-statics-compiler",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "OC-Statics-Compiler",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)