2 Commits

Author SHA1 Message Date
87d40f1116 1.5.1 2023-02-24 16:01:16 +03:00
3fce369336 app tag before script 2023-02-24 16:01:08 +03:00
4 changed files with 4 additions and 4 deletions

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{ {
"name": "@ijl/ltemplates", "name": "@ijl/ltemplates",
"version": "1.5.0", "version": "1.5.1",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@@ -1,6 +1,6 @@
{ {
"name": "@ijl/templates", "name": "@ijl/templates",
"version": "1.5.0", "version": "1.5.1",
"description": "Templates library for @ijl projects", "description": "Templates library for @ijl projects",
"main": "src/index.js", "main": "src/index.js",
"scripts": { "scripts": {

View File

@@ -7,9 +7,9 @@
</head> </head>
<body> <body>
<div id="app"></div>
<script src="{{baseUrl}}/fire.app/{{fireappVersion}}/dist/index.js"></script> <script src="{{baseUrl}}/fire.app/{{fireappVersion}}/dist/index.js"></script>
{{>"partials/scripts.hbs"}} {{>"partials/scripts.hbs"}}
<div id="app"></div>
</body> </body>
</html> </html>

View File

@@ -7,9 +7,9 @@
</head> </head>
<body> <body>
<div id="app"></div>
<script src="{{baseUrl}}/fire.app/{{fireappVersion}}/index.js"></script> <script src="{{baseUrl}}/fire.app/{{fireappVersion}}/index.js"></script>
{{>"partials/scripts.hbs"}} {{>"partials/scripts.hbs"}}
<div id="app"></div>
</body> </body>
</html> </html>