From e0891b999ec6f47f4390130a1ecf6afbaabe5795 Mon Sep 17 00:00:00 2001 From: navix Date: Thu, 17 Aug 2017 10:35:05 +0300 Subject: [PATCH] fix: AOT build + release 1.0.0-beta.10 --- package/package.json | 2 +- package/tsconfig.package.json | 2 +- release.config.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/package.json b/package/package.json index b52d43a..ae76617 100644 --- a/package/package.json +++ b/package/package.json @@ -4,7 +4,7 @@ "description": "ngx-kit - styler", "main": "./bundle/styler.umd.js", "module": "./module/styler.js", - "types": "./styler.d.ts", + "typings": "./styler.d.ts", "author": "Sasha Novik", "license": "MIT", "repository": { diff --git a/package/tsconfig.package.json b/package/tsconfig.package.json index 71fe6bd..30fd38a 100644 --- a/package/tsconfig.package.json +++ b/package/tsconfig.package.json @@ -7,7 +7,7 @@ "strictMetadataEmit": true, "annotateForClosureCompiler": true, "flatModuleOutFile": "styler.js", - "flatModuleId": "styler" + "flatModuleId": "@ngx-kit/styler" }, "files": [ "./public_api.ts" diff --git a/release.config.json b/release.config.json index 8e86a58..dfb5cfa 100644 --- a/release.config.json +++ b/release.config.json @@ -1,5 +1,5 @@ { - "version": "1.0.0-beta.9", + "version": "1.0.0-beta.10", "vendors": { "angular": "^4.2.0", "typescript": "^2.3.4"