+2
−0
+2
−3
package-lock.json
0 → 100644
+2078
−0
File added.
Preview size limit exceeded, changes collapsed.
+8
−4
| Original line number | Diff line number | Diff line |
|---|---|---|
{
|
||
"name": "@redmic-project/templates",
|
||
"version": "0.26.0",
|
||
"version": "0.27.0",
|
||
"author": "REDMIC",
|
||
"homepage": "https://gitlab.com/redmic-project/client/templates/blob/master/README.md",
|
||
"description": "Handlebars templates for REDMIC",
|
||
| @@ -18,8 +18,12 @@ | ||
"type": "git",
|
||
"url": "https://gitlab.com/redmic-project/client/templates.git"
|
||
},
|
||
"scripts": {
|
||
"preinstall": "type grunt",
|
||
"postinstall": "grunt build"
|
||
},
|
||
"devDependencies": {
|
||
"glob": "10.4.1",
|
||
"glob": "11.0.0",
|
||
"grunt": "1.6.1",
|
||
"grunt-contrib-clean": "2.0.1",
|
||
"grunt-contrib-copy": "1.0.0",
|
||
| @@ -28,8 +32,8 @@ | ||
},
|
||
"files": ["dist"],
|
||
"engines": {
|
||
"node": ">=16.0",
|
||
"npm": ">=8.19"
|
||
"node": ">=20.16",
|
||
"npm": ">=10.8"
|
||
},
|
||
"license": "Apache-2.0"
|
||
} |
||
Loading