Revert "integrate @umbraco-cms/element and @umbraco-cms/context-api due to circular dependencies"

This reverts commit e87439ff5f.
This commit is contained in:
Jacob Overgaard
2023-01-24 08:30:18 +01:00
parent e319e5f102
commit c0d30be4f0
168 changed files with 436 additions and 274 deletions

View File

@@ -0,0 +1,16 @@
{
"name": "@umbraco-cms/controller",
"version": "0.0.0",
"description": "",
"module": "dist/index.js",
"type": "module",
"files": [
"dist"
],
"scripts": {
"build": "rollup -c",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Umbraco HQ",
"license": "MIT"
}