Skip to content
This repository has been archived by the owner on Dec 30, 2019. It is now read-only.

Commit

Permalink
Release 18.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DorianGrey committed Mar 14, 2018
1 parent a45e76c commit 3bc6837
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '17.1.0#{build}'
version: '18.0.0#{build}'

environment:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.9.0
8.10.0
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ This project uses [jest](https://facebook.github.io/jest/) for unit testing. It
The setup is based on [jest-preset-angular](https://github.com/thymikee/jest-preset-angular). In case you have to modify it for your particular purpose, you can change the global mocks in `config/jest/jestGlobalMocks.ts`, the test setup `config/jest/testSetup.ts` and `jest` itself via `jest.config.js`. If you are facing any problems, take a look at the [troubleshooting guide](https://github.com/DorianGrey/ng-webpack-template/blob/master/docs/troubleshooting.md).

The tasks below are pre-defined for testing.

| Command | Effect |
| ---------- | --------- |
| test | Starts the test runner in watch mode. Suitable for quick TDD, but not for explicit debugging or coverage reports. |
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-webpack-template",
"version": "17.1.0",
"version": "18.0.0",
"description": "A template for angular development using webpack, with some useful batteries included.",
"author": {
"name": "Christian Linne",
Expand All @@ -15,7 +15,8 @@
"webpack",
"angular",
"hot module reload",
"ngrx"
"ngrx",
"jest"
],
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 3bc6837

Please sign in to comment.