electron/spec-main/fixtures/native-addon/uv-dlopen/package.json
Jamie Magee e1ed96b574
test: scope internal test fixtures under @electron-ci (#33822)
* test: scope internal test fixtures under `@electron`

* Missed references

* Move packages from @electron to @electron-ci scope

* Fix tests
2022-05-02 13:09:23 -04:00

5 lines
83 B
JSON

{
"name": "@electron-ci/uv-dlopen",
"version": "0.0.1",
"main": "index.js"
}