Skip to content

Commit

Permalink
releases: 2.1.0, closes #11, closes #12, closes #13, closes #14, closes
Browse files Browse the repository at this point in the history
#10, closes #7
  • Loading branch information
cipchk committed Apr 5, 2018
1 parent 79b4717 commit a3cc7c3
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 186 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ coverage
__gen_lib
publish
publish-es2015
dist
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Simple, easy and performance countdown for angular

## Demo

[Live Demo](https://cipchk.github.io/ngx-countdown/)
[Live Demo](https://cipchk.github.io/ngx-countdown/) or [stackblitz](https://stackblitz.com/edit/ngx-countdown-setup)

## Usage

Expand Down
169 changes: 0 additions & 169 deletions dist/3rdpartylicenses.txt

This file was deleted.

Binary file removed dist/assets/fork.png
Binary file not shown.
Binary file removed dist/assets/tpl/flip.gif
Binary file not shown.
12 changes: 0 additions & 12 deletions dist/index.html

This file was deleted.

1 change: 0 additions & 1 deletion dist/inline.b30c555ec93d5e8b24c8.bundle.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/main.aa82d05ef637316f5bcb.bundle.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/polyfills.138b0acd7d4430d11a82.bundle.js

This file was deleted.

1 change: 1 addition & 0 deletions lib/spec/component.spec.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// tslint:disable:no-use-before-declare
import { Component, ViewChild, DebugElement } from '@angular/core';
import { ComponentFixture, TestBed, fakeAsync, tick } from '@angular/core/testing';
import { By } from '@angular/platform-browser';
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-countdown",
"version": "2.1.0-beta.1",
"version": "2.1.0",
"main": "./bundles/countdown.umd.js",
"module": "./esm5/countdown.js",
"es2015": "./esm2015/countdown.js",
Expand Down

0 comments on commit a3cc7c3

Please sign in to comment.