Skip to content

Commit 3832651

Browse files
committed
🚀 Publish to npm
Publishes initial version to npm as version `0.1.0` to mark as initial development.
1 parent 9737166 commit 3832651

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
> Query for terminfo capabilities using XTGETTCAP
44
5+
## Install
6+
7+
```shell
8+
npm install query-terminal
9+
```
10+
511
## Usage
612

713
```js

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "query-terminal",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "NodeJS module to query terminal for terminfo capabilities using XTGETTCAP",
55
"keywords": [
66
"DCS",
@@ -18,6 +18,7 @@
1818
"email": "[email protected]",
1919
"url": "https://github.com/connorjs"
2020
},
21+
"files": [],
2122
"main": "query-terminal.js",
2223
"exports": {
2324
".": "./query-terminal.js"

0 commit comments

Comments
 (0)