2 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
3 changed files with 3 additions and 3 deletions

2
package-lock.json generated
View File

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

View File

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

View File

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