Skip to content
This repository was archived by the owner on Jun 5, 2019. It is now read-only.

Commit 3e0e116

Browse files
authored
Merge pull request #90 from skellock/readme-and-version
Updates to 1.0 and fixes some badgers.
2 parents ede9b5b + 23ae41d commit 3e0e116

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[![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)
22
[![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)
3-
[![GitHub release](https://img.shields.io/github/release/skellock/typescript-with-electron-react-kit.svg)]()
4-
[![GitHub contributors](https://img.shields.io/github/contributors/skellock/typescript-with-electron-react-kit.svg)]()
5-
[![license](https://img.shields.io/github/license/skellock/typescript-with-electron-react-kit.svg)]()
3+
[![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)
4+
[![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)
5+
[![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)
66

77
# typescript-with-electron-react-kit
88

docs/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[![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)
22
[![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)
3-
[![GitHub release](https://img.shields.io/github/release/skellock/typescript-with-electron-react-kit.svg)]()
4-
[![GitHub contributors](https://img.shields.io/github/contributors/skellock/typescript-with-electron-react-kit.svg)]()
5-
[![license](https://img.shields.io/github/license/skellock/typescript-with-electron-react-kit.svg)]()
3+
[![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)
4+
[![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)
5+
[![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)
66

77
# typescript-with-electron-react-kit
88

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

1111

1212
### Why?

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,5 +129,5 @@
129129
"watch:compile": "npm run test:compile -- -w",
130130
"watch:tests": "npm run test:unit -- --watch"
131131
},
132-
"version": "0.13.0"
132+
"version": "1.0.0"
133133
}

0 commit comments

Comments
 (0)