From 7f9f538d500dcd7a4108466cff82841431d545a1 Mon Sep 17 00:00:00 2001 From: xdan Date: Tue, 19 Sep 2023 17:24:01 +0300 Subject: [PATCH] New version 0.0.18 Read more https://github.com/mappable-world/mappable-cli/releases/tag/0.0.18 --- example/common.css | 4 ++++ package-lock.json | 4 ++-- package.json | 2 +- template/example/common.css | 4 ++++ 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/example/common.css b/example/common.css index bc3e262..975cf37 100644 --- a/example/common.css +++ b/example/common.css @@ -5,6 +5,10 @@ body, height: 100%; } +#app { + background-color: #f5f5f5; +} + .circle { width: 0; height: 0; diff --git a/package-lock.json b/package-lock.json index af881c0..67d76bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mappable-world/mappable-cli", - "version": "0.0.17", + "version": "0.0.18", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@mappable-world/mappable-cli", - "version": "0.0.17", + "version": "0.0.18", "license": "Apache-2", "dependencies": { "marked": "^9.0.2", diff --git a/package.json b/package.json index 9ce956d..bde3cda 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mappable-world/mappable-cli", - "version": "0.0.17", + "version": "0.0.18", "description": "Library for encapsulating the logic of autotests and building packages mappable.world js API", "main": "dist/index.js", "dependencies": { diff --git a/template/example/common.css b/template/example/common.css index 6897830..772cccd 100644 --- a/template/example/common.css +++ b/template/example/common.css @@ -9,6 +9,10 @@ body, font-size: 16px; } +#app { + background-color: #f5f5f5; +} + .content { width: 1024px; margin: 0 auto;