diff --git a/src/Template/Layout/frontend.ctp b/src/Template/Layout/frontend.ctp index 790758e44..673ecb95c 100644 --- a/src/Template/Layout/frontend.ctp +++ b/src/Template/Layout/frontend.ctp @@ -103,7 +103,7 @@ $GLOBALS["self"] = $this;

-

Alpha 0.21.KW21.05

+

Alpha 0.20.06.03

diff --git a/websrc/node_modules/mithril/package.json b/websrc/node_modules/mithril/package.json deleted file mode 100644 index 594854899..000000000 --- a/websrc/node_modules/mithril/package.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "_from": "github:StephanHoyer/mithril.js#rewrite", - "_id": "mithril@1.0.0", - "_inBundle": false, - "_integrity": "", - "_location": "/mithril", - "_phantomChildren": {}, - "_requested": { - "type": "git", - "raw": "mithril@github:StephanHoyer/mithril.js#rewrite", - "name": "mithril", - "escapedName": "mithril", - "rawSpec": "github:StephanHoyer/mithril.js#rewrite", - "saveSpec": "github:StephanHoyer/mithril.js#rewrite", - "fetchSpec": null, - "gitCommittish": "rewrite" - }, - "_requiredBy": [ - "/" - ], - "_resolved": "github:StephanHoyer/mithril.js#5faa9968050d7d944b6e0090bbae4d6178b16e07", - "_spec": "mithril@github:StephanHoyer/mithril.js#rewrite", - "_where": "/mnt/nvme/www/html/cakePHP/gradido_single_dev_node/websrc", - "author": { - "name": "Leo Horie" - }, - "bin": { - "ospec": "./ospec/bin/ospec", - "bundle": "./bundler/bin/bundle" - }, - "bugs": { - "url": "https://github.com/lhorie/mithril.js/issues" - }, - "bundleDependencies": false, - "deprecated": false, - "description": "A framework for building brilliant applications", - "devDependencies": { - "eslint": "^2.10.2", - "istanbul": "^0.4.3", - "marked": "^0.3.6" - }, - "homepage": "https://github.com/lhorie/mithril.js#readme", - "license": "MIT", - "main": "mithril.js", - "name": "mithril", - "repository": { - "type": "git", - "url": "git+https://github.com/lhorie/mithril.js.git" - }, - "scripts": { - "build": "npm run build-browser & npm run build-min", - "build-browser": "node bundler/cli browser.js -o mithril.js", - "build-min": "node bundler/cli browser.js -o mithril.min.js -m", - "cover": "istanbul cover --print both ospec/bin/ospec", - "dev": "node bundler/cli browser.js -o mithril.js -w", - "gendocs": "node docs/generate", - "lint": "eslint .", - "lintdocs": "node docs/lint", - "posttest": "npm run lint || true", - "postversion": "git push --follow-tags", - "preversion": "npm run test", - "test": "node ospec/bin/ospec", - "version": "npm run build && npm run gendocs && git add mithril.js mithril.min.js" - }, - "version": "1.0.0" -}