Skip to content

Commit

Permalink
feat: release
Browse files Browse the repository at this point in the history
  • Loading branch information
xupea authored and xupea committed Jan 13, 2024
1 parent 9c2608f commit 9c80fd1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
1 change: 0 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
registry=https://registry.npmmirror.com
electron_mirror=https://npmmirror.com/mirrors/electron/
electron_builder_binaries_mirror=https://npmmirror.com/mirrors/electron-builder-binaries/
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# stateful-electron-window

[![NPM version](https://badge.fury.io/js/stateful-electron-window.svg)](https://badge.fury.io/js/stateful-electron-window)
[![Downloads](https://img.shields.io/npm/dw/stateful-electron-window)](https://img.shields.io/npm/dw/stateful-electron-window)

A library to store and restore window sizes and positions for your Electron app

## Installation
Expand Down
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stateful-electron-window",
"version": "0.0.0-aplha.1",
"version": "1.0.0",
"description": "Stateful Electron Window",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand All @@ -19,6 +19,7 @@
"devDependencies": {
"@types/jest": "^29.5.11",
"@types/jsonfile": "^6.1.4",
"electron": "*",
"husky": "^8.0.3",
"jest": "^29.7.0",
"lint-staged": "^15.2.0",
Expand All @@ -33,8 +34,5 @@
"dependencies": {
"jsonfile": "^6.1.0",
"mkdirp": "^3.0.1"
},
"peerDependencies": {
"electron": "^28.1.3"
}
}

0 comments on commit 9c80fd1

Please sign in to comment.