Skip to content

Commit

Permalink
fix: replacing local demo in favour of Stackblitz playground
Browse files Browse the repository at this point in the history
  • Loading branch information
willmendesneto committed Oct 15, 2019
1 parent 23c6e44 commit a2e997b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 36 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

- Removing sufix in `performance.measure` call
- Removing `src/index.tx` from code coverage evaluation
- Replacing local demo in favour of Stackblitz playground `https://stackblitz.com/edit/perf-marks-playground`

## [1.0.0][] - 2019-10-16

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Perf-marks

[![Greenkeeper badge](https://badges.greenkeeper.io/willmendesneto/perf-marks.svg)](https://greenkeeper.io/)
[![npm](https://img.shields.io/badge/stackblitz-online-orange.svg)](https://stackblitz.com/edit/perf-marks-playground)

[![npm version](https://badge.fury.io/js/perf-marks.svg)](http://badge.fury.io/js/perf-marks) [![npm downloads](https://img.shields.io/npm/dm/perf-marks.svg)](https://npmjs.org/perf-marks)
[![MIT License](https://img.shields.io/badge/license-MIT%20License-blue.svg?style=flat-square)](LICENSE)
Expand Down Expand Up @@ -46,7 +47,7 @@ $ choco install nodejs.install -version 6.10.2

## Demo

Try out the [demo](https://github.com/willmendesneto/perf-marks/blob/master/demo/index.html)!
Try out our [demo on Stackblitz](https://perf-marks-playground.stackblitz.io)!

## Run the app

Expand Down
35 changes: 0 additions & 35 deletions demo/index.html

This file was deleted.

0 comments on commit a2e997b

Please sign in to comment.