Skip to content

Commit 79f892f

Browse files
committed
Added gitignore and package-lock.json in asynchronous-c++-addons-for-nodejs-with-napi
1 parent 57b6e9e commit 79f892f

File tree

3 files changed

+30
-2
lines changed

3 files changed

+30
-2
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
node_modules
2+
build
3+
test-data-modified

asynchronous-c++-addons-for-nodejs-with-napi/package-lock.json

Lines changed: 26 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

asynchronous-c++-addons-for-nodejs-with-napi/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
"version": "1.0.0",
44
"description": "",
55
"main": "main.js",
6-
"scripts": {
7-
},
6+
"scripts": {},
87
"author": "Codemerx",
98
"license": "MIT",
109
"gypfile": true,

0 commit comments

Comments
 (0)