Skip to content

Commit

Permalink
rename package
Browse files Browse the repository at this point in the history
  • Loading branch information
ReiiYuki committed Aug 18, 2023
1 parent b081f3b commit 184815f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# node-door
# door-listener

[![semantic-release](https://img.shields.io/badge/semantic-release-e10079.svg?logo=semantic-release)](https://github.com/semantic-release/semantic-release)
[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
Expand All @@ -10,13 +10,13 @@ Listen to the door (Node process) and do something!
## Installation

```
yarn add node-door
yarn add door-listener
```

### Usage

```ts
import { onClose, onOpen } from 'node-door'
import { onClose, onOpen } from 'door-listener'

// Top of your entry code
onOpen(() => {
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "node-door",
"name": "door-listener",
"version": "0.0.0",
"types": "build",
"deploy": "build",
"entry": "src/index.ts",
"main": "build/index.js",
"repository": {
"type": "git",
"url": "https://github.com/wongnai/node-door.git"
"url": "https://github.com/wongnai/door-listener.git"
},
"homepage": "https://github.com/wongnai/node-door#readme",
"homepage": "https://github.com/wongnai/door-listener#readme",
"license": "MIT",
"scripts": {
"build": "rollup -c",
Expand Down

0 comments on commit 184815f

Please sign in to comment.