mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +03:00
package.json.in: add version to package.json files
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
parent
5c4de1b926
commit
0ea310ac71
@ -1,7 +1,8 @@
|
|||||||
{
|
{
|
||||||
"name" : "jsupm_@libname@",
|
"name" : "jsupm_@libname@",
|
||||||
"main" : "./jsupm_@libname@.node",
|
"main" : "./jsupm_@libname@.node",
|
||||||
"engines": {
|
"version" : "@upm_VERSION_STRING@",
|
||||||
|
"engines" : {
|
||||||
"node": ">= 1.0.x"
|
"node": ">= 1.0.x"
|
||||||
},
|
},
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user