fix missing div in community-popup.swig, add yarn.lock

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2019-07-01 12:49:32 -04:00
parent 0aca6c36d4
commit f0c7772964
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
3 changed files with 8772 additions and 3 deletions

View File

@ -3,7 +3,7 @@
"version": "0.0.0", "version": "0.0.0",
"private": true, "private": true,
"hexo": { "hexo": {
"version": "3.8.0" "version": "3.9.0"
}, },
"scripts": { "scripts": {
"clean": "rm -rf public/*", "clean": "rm -rf public/*",
@ -50,4 +50,4 @@
"vinyl-source-stream": "^2.0.0", "vinyl-source-stream": "^2.0.0",
"watchify": "^3.11.0" "watchify": "^3.11.0"
} }
} }

View File

@ -57,4 +57,5 @@
</div> </div>
</div> </div>
</div> </div>
<div class="popup-overlay"></div> <div class="popup-overlay"></div>
</div>

8768
yarn.lock Normal file

File diff suppressed because it is too large Load Diff