Skip to content

Commit aec0ef8

Browse files
committed
Drop the gyp file from the module-register fixture
Nothing builds this from binding.gyp — cmake-rn drives the CMake project directly. The sibling fixtures keep theirs to stay close to upstream sources they were derived from, which does not apply to an addon written here. CMakeLists.txt is now hand-maintained rather than regenerated by gyp-to-cmake, which skips the directory now that there is no binding.gyp. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_013ugFE6vmMUVMTuoupvhMhX
1 parent 306a6ec commit aec0ef8

2 files changed

Lines changed: 1 addition & 13 deletions

File tree

‎packages/node-addon-examples/tests/module-register/binding.gyp‎

Lines changed: 0 additions & 8 deletions
This file was deleted.

‎packages/node-addon-examples/tests/module-register/package.json‎

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,5 @@
66
"private": true,
77
"dependencies": {
88
"bindings": "~1.5.0"
9-
},
10-
"scripts": {
11-
"test": "node addon.js"
12-
},
13-
"gypfile": true
9+
}
1410
}

0 commit comments

Comments
 (0)