4 Commits

Author SHA1 Message Date
2b41f645f7 1.1.0 2020-03-10 20:54:05 +03:00
297ba65bbf baseUrl 2020-03-10 20:53:56 +03:00
2bf0366d93 1.0.1 2020-03-07 20:05:13 +03:00
814ca5e26c fix name 2020-03-07 20:04:50 +03:00
3 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.0.0", "version": "1.1.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

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

View File

@@ -11,7 +11,7 @@
</head> </head>
<body> <body>
<script src="{{resourceUrl}}/inno-bootstrap/{{versionBootstrap}}/dist/index.js"></script> <script src="{{baseUrl}}/bootstrap/{{versionBootstrap}}/index.js"></script>
<script> <script>
bootstrap({ bootstrap({
apps: {{{ toJSON apps }}}, apps: {{{ toJSON apps }}},