Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
ThorstenHans committed May 30, 2017
2 parents c7280b0 + ca8daff commit 7ee4c57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Checkout the introduction post on my [blog](https://medium.com/@ThorstenHans/int
## Breaking changes

With version `1.0.1` static properties like `isElectronApp` and `runningInElectron` have been removed. Use instance property `isElectronApp` instead.

## Installation

`ngx-electron` can be installed easily using either `yarn` or `npm` commands in the scope of an angular project.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ngx-electron",
"description": "Access Electron Renderer APIs easily using an Angular Service",
"version": "1.0.1",
"version": "1.0.2",
"main": "bundles/core.umd.js",
"repository": {
"type": "git",
Expand Down

0 comments on commit 7ee4c57

Please sign in to comment.