ing
This commit is contained in:
parent
fba9e42c4e
commit
0b204fcced
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@overflow/core-js",
|
"name": "@overflow/core-js",
|
||||||
"version": "0.0.10",
|
"version": "0.0.11",
|
||||||
"description": "TypeScript library setup for multiple compilation targets using tsc and webpack",
|
"description": "TypeScript library setup for multiple compilation targets using tsc and webpack",
|
||||||
"main": "./bundles/index.umd.js",
|
"main": "./bundles/index.umd.js",
|
||||||
"module": "./esm5/index.js",
|
"module": "./esm5/index.js",
|
||||||
|
@ -55,9 +55,7 @@
|
||||||
"maxSubjectLength": 120
|
"maxSubjectLength": 120
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {},
|
||||||
"tslib": ">=1.9.0"
|
|
||||||
},
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"reflect-metadata": "^0.1.12"
|
"reflect-metadata": "^0.1.12"
|
||||||
},
|
},
|
||||||
|
|
|
@ -18,6 +18,5 @@ export abstract class Decorator<Attribute = {}> extends Annotation<Attribute> {
|
||||||
|
|
||||||
public constructor(attribute?: Attribute) {
|
public constructor(attribute?: Attribute) {
|
||||||
super(attribute);
|
super(attribute);
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user