Deprecating JSX package
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Fabian Stamm 2020-08-02 23:37:27 +02:00
parent 4db95143a0
commit c358486bd8
2 changed files with 18 additions and 0 deletions

5
jsx/README.md Normal file
View File

@ -0,0 +1,5 @@
Denreg JSX renderer
**deprecated**
**DO NOT USE**

13
jsx/meta.json Normal file
View File

@ -0,0 +1,13 @@
{
"name": "@denreg-jsx",
"version": "0.0.3",
"description": "Denreg JSX renderer",
"author": "Fabian Stamm <dev@fabianstamm.de>",
"contributors": [],
"deprecated": true,
"files": [
"**/*.ts",
"**/*.js",
"README.md"
]
}