File tree Expand file tree Collapse file tree 2 files changed +23
-23
lines changed
Expand file tree Collapse file tree 2 files changed +23
-23
lines changed Original file line number Diff line number Diff line change 11{
2- "name" : " javascript-ui" ,
3- "version" : " 1.0.5" ,
4- "author" : " Brandon Jordan (https://github.com/electrikmilk)" ,
5- "repository" : {
6- "type" : " git" ,
7- "url" : " https://github.com/electrikmilk/javascript-ui.git"
8- },
9- "main" : " src/main.js" ,
10- "dependencies" : {
11- },
12- "bugs" : {
13- "url" : " https://github.com/electrikmilk/javascript-ui/issues"
14- },
15- "keywords" : [
16- " javascript-ui" ,
17- " css-in-js" ,
18- " swift-ui"
19- ],
20- "files" : [
21- " src/*"
22- ],
23- "license" : " GPL-2.0-only"
2+ "name" : " javascript-ui" ,
3+ "version" : " 1.0.5" ,
4+ "author" : " Brandon Jordan (https://github.com/electrikmilk)" ,
5+ "repository" : {
6+ "type" : " git" ,
7+ "url" : " https://github.com/electrikmilk/javascript-ui.git"
8+ },
9+ "main" : " ./ src/main.js" ,
10+ "dependencies" : {
11+ },
12+ "bugs" : {
13+ "url" : " https://github.com/electrikmilk/javascript-ui/issues"
14+ },
15+ "keywords" : [
16+ " javascript-ui" ,
17+ " css-in-js" ,
18+ " swift-ui"
19+ ],
20+ "files" : [
21+ " src/*"
22+ ],
23+ "license" : " GPL-2.0-only"
2424}
Original file line number Diff line number Diff line change 22 * Copyright (c) 2023 Brandon Jordan
33 */
44
5- import { Body , printDebug , view } from " ./main" ;
5+ import { Body , printDebug , view } from ' ./main.js' ;
66
77let routes = [ ] ;
88let urlParams = [ ] ;
You can’t perform that action at this time.
0 commit comments