Skip to content

Commit 8b0afeb

Browse files
author
Evgeny Barabanov
authored
Update badges
1 parent ee76968 commit 8b0afeb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
# electron-angular-native [![GitHub version](https://badge.fury.io/gh/meltedspark%2Felectron-angular-native.svg)](https://badge.fury.io/gh/meltedspark%2Felectron-angular-native)
1+
# electron-angular-native [![GitHub version](https://badge.fury.io/gh/meltedspark%2Felectron-angular-native.svg)](https://badge.fury.io/gh/meltedspark%2Felectron-angular-native) [![GitHub license](https://img.shields.io/github/license/meltedspark/electron-angular-native.svg)](https://github.com/meltedspark/electron-angular-native/blob/master/LICENSE.md)
22
Linux: [![Build Status](https://travis-ci.org/meltedspark/electron-angular-native.svg?branch=master)](https://travis-ci.org/meltedspark/electron-angular-native)
33
Windows: [![Build status](https://ci.appveyor.com/api/projects/status/github/meltedspark/electron-angular-native?branch=master&svg=true)](https://ci.appveyor.com/project/meltedspark/electron-angular-native/branch/master)
4+
[![GitHub issues](https://img.shields.io/github/issues/meltedspark/electron-angular-native.svg)](https://github.com/meltedspark/electron-angular-native/issues)
45

56
Easy to use, ready for distribution boilerplate for Electron applications which use Angular along with native modules (node.js addons and regular native libraries).
67
The application consists of list of strings, while each string is loaded from native module in a different way:
@@ -137,5 +138,3 @@ You can define application name, version author and runtime node dependecies in
137138
- [Node.js module lookup mechanism with System.js](http://stackoverflow.com/questions/38747445/node-js-module-lookup-in-electronangular-2-typescript-application)
138139
- [Running binding.gyp in all subdirectories](http://stackoverflow.com/questions/38693619/node-gyp-run-binding-gyp-in-all-subdirectories)
139140
- [System.js plugin-node-binary](https://github.com/systemjs/plugin-node-binary)
140-
141-
## License [Apache](LICENSE.md)

0 commit comments

Comments
 (0)