Initial setup, untested
Validate Build / validate-build (push) Failing after 36s

This commit is contained in:
Cooper Dalrymple
2026-08-25 14:58:39 -05:00
parent 7159f7099e
commit 5f702470cc
17 changed files with 2573 additions and 163 deletions
+9 -2
View File
@@ -2,8 +2,8 @@
"$schema": "https://www.schemastore.org/package.json",
"name": "cleverogre/plugin",
"version": "0.0.0",
"title": "Example",
"description": "Example plugin",
"title": "Ogre Consent",
"description": "Ogre Consent plugin",
"author": "CleverOgre",
"license": "GPL-3.0+",
"keywords": [
@@ -15,11 +15,18 @@
"node": ">=21.1.0",
"npm": ">=10.2.3"
},
"scripts": {
"postinstall": "make postinstall",
"postupdate": "make postupdate"
},
"devDependencies": {
"gulp": "^5.0.0",
"gulp-clean": "^0.4.0",
"gulp-cli": "^2.3.0",
"gulp-filter": "^10.0.0",
"gulp-zip": "^6.1.0"
},
"dependencies": {
"klaro": "^0.7.21"
}
}