node-lxc 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +2 -3
package/README.md
CHANGED
|
@@ -325,4 +325,4 @@ Please ensure:
|
|
|
325
325
|
|
|
326
326
|
- [LXC API documentation](https://linuxcontainers.org/lxc/apidoc/structlxc__container.html)
|
|
327
327
|
- [LXC C header (GitHub)](https://github.com/lxc/lxc/blob/main/src/lxc/lxccontainer.h)
|
|
328
|
-
- [Linux Containers](https://linuxcontainers.org)
|
|
328
|
+
- [Linux Containers](https://linuxcontainers.org)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-lxc",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Node.js native bindings for LXC (Linux Containers) — a complete, production-ready wrapper around liblxc built with N-API",
|
|
5
5
|
"homepage": "https://github.com/SourceRegistry/node-lxc#readme",
|
|
6
6
|
"repository": {
|
|
@@ -83,6 +83,5 @@
|
|
|
83
83
|
},
|
|
84
84
|
"engines": {
|
|
85
85
|
"node": "~10 >=10.20 || >=12.17"
|
|
86
|
-
}
|
|
87
|
-
"gypfile": true
|
|
86
|
+
}
|
|
88
87
|
}
|