mirror of
https://github.com/atom/atom.git
synced 2026-02-12 07:35:14 -05:00
Previously, we weren’t converting the relative path from the module cache and the test wasn’t strong enough to detect this fact.
13 lines
251 B
JSON
13 lines
251 B
JSON
{
|
|
"name": "package-with-cached-incompatible-native-module",
|
|
"version": "1.0.0",
|
|
"main": "./main.js",
|
|
"_atomModuleCache": {
|
|
"extensions": {
|
|
".node": [
|
|
"node_modules/native-module/build/Release/native.node"
|
|
]
|
|
}
|
|
}
|
|
}
|