Skip to content
This repository has been archived by the owner on May 10, 2021. It is now read-only.

Commit

Permalink
Merge pull request #19 from hapinessjs/next
Browse files Browse the repository at this point in the history
release(version): v6.0.1
  • Loading branch information
akanass committed May 25, 2018
2 parents 87d8d1e + b81f32c commit 948a577
Show file tree
Hide file tree
Showing 5 changed files with 141 additions and 271 deletions.
9 changes: 7 additions & 2 deletions README.md
Expand Up @@ -45,7 +45,7 @@ This is a [Hapiness](https://github.com/hapinessjs/hapiness) Engine for running

This story will show you how to set up Universal bundling for an existing `@angular/cli`.

We support actually `@angular` `@6.0.1` and next so you must upgrade all packages inside your project.
We support actually `@angular` `@6.0.3` and next so you must upgrade all packages inside your project.

We use `yarn` as package manager.

Expand Down Expand Up @@ -261,7 +261,8 @@ In **build target**, adapt `options.outputPath` to `dist/browser`.
"with": "src/environments/environment.prod.ts"
}
],
"optimization": true
"optimization": true,
"sourceMap": false
}
}
}
Expand Down Expand Up @@ -540,6 +541,10 @@ To set up your development environment:
[Back to top](#table-of-contents)

## Change History
* v6.0.1 (2018-05-25)
* `Angular v6.0.3+`
* `RxJS v6.2.0+`
* Documentation
* v6.0.0 (2018-05-11)
* `Angular v6.0.1+`
* `RxJS v6.1.0+`
Expand Down
40 changes: 20 additions & 20 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "@hapiness/ng-universal",
"version": "6.0.0",
"version": "6.0.1",
"description": "This is a Hapiness Engine for running Angular Apps on the server for server side rendering.",
"main": "index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -75,18 +75,18 @@
},
"homepage": "https://github.com/hapinessjs/ng-universal-module#readme",
"dependencies": {
"@types/node": "^10.0.8"
"@types/node": "^10.1.2"
},
"devDependencies": {
"@angular/animations": "^6.0.1",
"@angular/common": "^6.0.1",
"@angular/compiler": "^6.0.1",
"@angular/compiler-cli": "^6.0.1",
"@angular/core": "^6.0.1",
"@angular/http": "^6.0.1",
"@angular/platform-browser": "^6.0.1",
"@angular/platform-browser-dynamic": "^6.0.1",
"@angular/platform-server": "^6.0.1",
"@angular/animations": "^6.0.3",
"@angular/common": "^6.0.3",
"@angular/compiler": "^6.0.3",
"@angular/compiler-cli": "^6.0.3",
"@angular/core": "^6.0.3",
"@angular/http": "^6.0.3",
"@angular/platform-browser": "^6.0.3",
"@angular/platform-browser-dynamic": "^6.0.3",
"@angular/platform-server": "^6.0.3",
"@hapiness/core": "^1.5.2",
"@nguniversal/module-map-ngfactory-loader": "^6.0.0",
"@types/fs-extra": "^5.0.2",
Expand All @@ -96,23 +96,23 @@
"mocha": "^5.1.1",
"mocha-typescript": "^1.1.12",
"rimraf": "^2.6.2",
"rxjs": "^6.1.0",
"rxjs-compat": "^6.1.0",
"ts-node": "^6.0.3",
"rxjs": "^6.2.0",
"rxjs-compat": "^6.2.0",
"ts-node": "^6.0.5",
"tslint": "^5.10.0",
"typescript": "~2.7.2",
"unit.js": "^2.0.0",
"zone.js": "^0.8.26"
},
"peerDependencies": {
"@angular/compiler": "^6.0.1",
"@angular/core": "^6.0.1",
"@angular/platform-server": "^6.0.1",
"@angular/compiler": "^6.0.3",
"@angular/core": "^6.0.3",
"@angular/platform-server": "^6.0.3",
"@hapiness/core": "^1.5.2",
"@hapiness/ng-universal-transfer-http": "^8.0.1",
"@hapiness/ng-universal-transfer-http": "^8.0.2",
"@nguniversal/module-map-ngfactory-loader": "^6.0.0",
"rxjs": "^6.1.0",
"rxjs-compat": "^6.1.0",
"rxjs": "^6.2.0",
"rxjs-compat": "^6.2.0",
"ts-loader": "^4.3.0",
"webpack": "^4.8.3",
"webpack-cli": "^2.1.3"
Expand Down
119 changes: 0 additions & 119 deletions test/integration/ng-universal.module.test.ts

This file was deleted.

1 change: 0 additions & 1 deletion test/integration/test.html

This file was deleted.

0 comments on commit 948a577

Please sign in to comment.