Skip to content
This repository was archived by the owner on Jun 5, 2019. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[![Build Status](https://semaphoreci.com/api/v1/infinite-steve/typescript-with-electron-react-kit/branches/master/shields_badge.svg)](https://semaphoreci.com/infinite-steve/typescript-with-electron-react-kit)
[![Coverage Status](https://coveralls.io/repos/github/skellock/typescript-with-electron-react-kit/badge.svg)](https://coveralls.io/github/skellock/typescript-with-electron-react-kit)
[![GitHub release](https://img.shields.io/github/release/skellock/typescript-with-electron-react-kit.svg)]()
[![GitHub contributors](https://img.shields.io/github/contributors/skellock/typescript-with-electron-react-kit.svg)]()
[![license](https://img.shields.io/github/license/skellock/typescript-with-electron-react-kit.svg)]()
[![GitHub release](https://img.shields.io/github/release/skellock/typescript-with-electron-react-kit.svg)](https://github.com/skellock/typescript-with-electron-react-kit/releases)
[![GitHub contributors](https://img.shields.io/github/contributors/skellock/typescript-with-electron-react-kit.svg)](https://github.com/skellock/typescript-with-electron-react-kit/graphs/contributors)
[![license](https://img.shields.io/github/license/skellock/typescript-with-electron-react-kit.svg)](https://github.com/skellock/typescript-with-electron-react-kit/blob/master/LICENSE)

# typescript-with-electron-react-kit

Expand Down
8 changes: 4 additions & 4 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[![Build Status](https://semaphoreci.com/api/v1/infinite-steve/typescript-with-electron-react-kit/branches/master/shields_badge.svg)](https://semaphoreci.com/infinite-steve/typescript-with-electron-react-kit)
[![Coverage Status](https://coveralls.io/repos/github/skellock/typescript-with-electron-react-kit/badge.svg)](https://coveralls.io/github/skellock/typescript-with-electron-react-kit)
[![GitHub release](https://img.shields.io/github/release/skellock/typescript-with-electron-react-kit.svg)]()
[![GitHub contributors](https://img.shields.io/github/contributors/skellock/typescript-with-electron-react-kit.svg)]()
[![license](https://img.shields.io/github/license/skellock/typescript-with-electron-react-kit.svg)]()
[![GitHub release](https://img.shields.io/github/release/skellock/typescript-with-electron-react-kit.svg)](https://github.com/skellock/typescript-with-electron-react-kit/releases)
[![GitHub contributors](https://img.shields.io/github/contributors/skellock/typescript-with-electron-react-kit.svg)](https://github.com/skellock/typescript-with-electron-react-kit/graphs/contributors)
[![license](https://img.shields.io/github/license/skellock/typescript-with-electron-react-kit.svg)](https://github.com/skellock/typescript-with-electron-react-kit/blob/master/LICENSE)

# typescript-with-electron-react-kit

This is a electron starter kit from some random guy on the Internet.
This is a `TypeScript` and `React` starter kit for building Electron apps.


### Why?
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,5 +129,5 @@
"watch:compile": "npm run test:compile -- -w",
"watch:tests": "npm run test:unit -- --watch"
},
"version": "0.13.0"
"version": "1.0.0"
}