mirror of
				https://github.com/jaandrle/deka-dom-el
				synced 2025-11-03 22:59:16 +01:00 
			
		
		
		
	🧱 Switching mirror/source ⇒ Update README and package.json URLs
This commit is contained in:
		@@ -1,4 +1,4 @@
 | 
				
			|||||||
**WIP** (the experimentation phase) | [source code on Gitea](https://gitea.jaandrle.cz/jaandrle/deka-dom-el) | [*mirrored* on GitHub](https://github.com/jaandrle/deka-dom-el)
 | 
					**WIP** (the experimentation phase) | [source code on GitHub](https://github.com/jaandrle/deka-dom-el) | [*mirrored* on Gitea](https://gitea.jaandrle.cz/jaandrle/deka-dom-el)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Deka DOM Elements
 | 
					# Deka DOM Elements
 | 
				
			||||||
This is reimplementation of [jaandrle/dollar_dom_component: Functional DOM components without JSX and virtual DOM.](https://github.com/jaandrle/dollar_dom_component).
 | 
					This is reimplementation of [jaandrle/dollar_dom_component: Functional DOM components without JSX and virtual DOM.](https://github.com/jaandrle/dollar_dom_component).
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -4,13 +4,13 @@
 | 
				
			|||||||
	"description": "A low-code library that simplifies the creation of native DOM elements/components using small wrappers and tweaks.",
 | 
						"description": "A low-code library that simplifies the creation of native DOM elements/components using small wrappers and tweaks.",
 | 
				
			||||||
	"author": "Jan Andrle <andrle.jan@centrum.cz>",
 | 
						"author": "Jan Andrle <andrle.jan@centrum.cz>",
 | 
				
			||||||
	"license": "MIT",
 | 
						"license": "MIT",
 | 
				
			||||||
	"homepage": "https://gitea.jaandrle.cz/jaandrle/deka-dom-el",
 | 
						"homepage": "https://github.com/jaandrle/deka-dom-el",
 | 
				
			||||||
	"repository": {
 | 
						"repository": {
 | 
				
			||||||
		"type": "git",
 | 
							"type": "git",
 | 
				
			||||||
		"url": "git@jaandrle.cz:jaandrle/deka-dom-el.git"
 | 
							"url": "git@github.com:jaandrle/deka-dom-el.git"
 | 
				
			||||||
	},
 | 
						},
 | 
				
			||||||
	"bugs": {
 | 
						"bugs": {
 | 
				
			||||||
		"url": "https://gitea.jaandrle.cz/jaandrle/deka-dom-el/issues"
 | 
							"url": "https://github.com/jaandrle/deka-dom-el/issues"
 | 
				
			||||||
	},
 | 
						},
 | 
				
			||||||
	"main": "index.js",
 | 
						"main": "index.js",
 | 
				
			||||||
	"types": "./index.d.ts",
 | 
						"types": "./index.d.ts",
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user