Skip to content
This repository has been archived by the owner on Aug 25, 2020. It is now read-only.

Commit

Permalink
fix: AOT build + release 1.0.0-beta.10
Browse files Browse the repository at this point in the history
  • Loading branch information
navix committed Aug 17, 2017
1 parent 0d2041f commit e0891b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion package/tsconfig.package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"strictMetadataEmit": true,
"annotateForClosureCompiler": true,
"flatModuleOutFile": "styler.js",
"flatModuleId": "styler"
"flatModuleId": "@ngx-kit/styler"
},
"files": [
"./public_api.ts"
Expand Down
2 changes: 1 addition & 1 deletion release.config.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit e0891b9

Please sign in to comment.