Skip to content

Commit c97b59e

Browse files
Merge pull request #146 from internxt/update-package-json
Update package.json
2 parents 98c6f4b + a3a8a55 commit c97b59e

2 files changed

Lines changed: 15 additions & 12 deletions

File tree

README.md

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,32 @@
11
# Setup
22

3-
This guide explains how to set up and build the node-win project.
4-
5-
---
3+
This guide explains how to set up and build the `node-win` project.
64

75
## Prerequisites
86

97
Before proceeding, ensure you have the following tools installed:
108

11-
```markdown
12-
- Python 3.10 (configured correctly).
13-
- Node.js and yarn.
14-
- node-gyp (global installation):
9+
- **Python 3.10**
10+
- **Node 18**
11+
12+
```bash
13+
nvm install 18
14+
```
15+
16+
- **yarn**
17+
18+
```bash
19+
npm install -g yarn
1520
```
1621

22+
- **node-gyp**
23+
1724
```bash
1825
npm install -g node-gyp
1926
```
2027

2128
- **Visual Studio** (not VS Code) for building native dependencies.
2229

23-
---
24-
2530
## Build Steps
2631

2732
Run the following command to build the project:
@@ -31,5 +36,3 @@ npm run build
3136
```
3237

3338
This step compiles the necessary native bindings.
34-
35-
---

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@internxt/node-win",
3-
"version": "1.0.1",
3+
"version": "1.0.4",
44
"description": "Drive desktop node addon",
55
"main": "dist/index.ts",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)