Skip to content

Commit a4c958d

Browse files
committed
readme
1 parent 08ca0d0 commit a4c958d

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ This is an example project that compiles with `cmake-js`, not `node-gyp`.
66

77
`cmake-js` + N-API leads the new age of NodeJS native addons!
88

9+
## How to build
10+
11+
* build: `npm run build` (it just calls `cmake-js`)
12+
* test: `npm run test`
13+
914
## See Also
1015

1116
* cmake-js: https://github.com/cmake-js/cmake-js

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"version": "0.0.0",
44
"description": "",
55
"main": "index.js",
6+
"engines": {
7+
"node": ">= 8"
8+
},
69
"scripts": {
710
"build": "cmake-js",
811
"test": "node src"

0 commit comments

Comments
 (0)