Skip to content

Commit

Permalink
New version 0.0.18 Read more https://github.com/mappable-world/mappab…
Browse files Browse the repository at this point in the history
  • Loading branch information
xdan committed Sep 19, 2023
1 parent e753b19 commit 7f9f538
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions example/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ body,
height: 100%;
}

#app {
background-color: #f5f5f5;
}

.circle {
width: 0;
height: 0;
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
4 changes: 4 additions & 0 deletions template/example/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ body,
font-size: 16px;
}

#app {
background-color: #f5f5f5;
}

.content {
width: 1024px;
margin: 0 auto;
Expand Down

0 comments on commit 7f9f538

Please sign in to comment.