diff --git a/package.json b/package.json index f58b81e..00f47e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@overflow/core-js", - "version": "0.0.10", + "version": "0.0.11", "description": "TypeScript library setup for multiple compilation targets using tsc and webpack", "main": "./bundles/index.umd.js", "module": "./esm5/index.js", @@ -55,9 +55,7 @@ "maxSubjectLength": 120 } }, - "peerDependencies": { - "tslib": ">=1.9.0" - }, + "peerDependencies": {}, "dependencies": { "reflect-metadata": "^0.1.12" }, diff --git a/src/decorator/Decorator.ts b/src/decorator/Decorator.ts index 7562f6a..9f5561d 100644 --- a/src/decorator/Decorator.ts +++ b/src/decorator/Decorator.ts @@ -18,6 +18,5 @@ export abstract class Decorator extends Annotation { public constructor(attribute?: Attribute) { super(attribute); - } }