Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Commit

Permalink
Update Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
seo-rii committed Apr 5, 2020
1 parent e9d5919 commit 1f3a148
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@

<img alt="logo" src="./logo.png" width="300">

[![Build Status](https://travis-ci.org/04seohyun/electron-acrylic-window.svg?branch=master)](https://travis-ci.org/04seohyun/electron-acrylic-window)

[![Build Status](https://travis-ci.org/04seohyun/electron-acrylic-window.svg?branch=master)](https://travis-ci.org/04seohyun/electron-acrylic-window)
[![Dependencies](https://david-dm.org/04seohyun/electron-acrylic-window.svg)](https://david-dm.org/04seohyun/electron-acrylic-window)
[![npm version](https://badge.fury.io/js/electron-acrylic-window.svg)](https://badge.fury.io/js/electron-acrylic-window)

Simply add vibrancy effect to Electron application on Windows.

Works only on Windows 10.
Expand All @@ -13,7 +15,7 @@ Inspired from ```electron-vibrancy```.
## Download

```shell script
npm i electron-acrylic-window
npm i electron-acrylic-window --save
```

## Screenshots
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"dependencies": {
"bindings": "^1.5.0",
"node-gyp": "^6.1.0",
"node-addon-api": "^1.0.0"
"node-addon-api": "^2.0.0"
}
}

0 comments on commit 1f3a148

Please sign in to comment.