Skip to content

Commit

Permalink
Update old description in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-karpovich committed May 23, 2019
1 parent 75be305 commit 85ec5d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,4 @@ DOM события. Категории событий. Обработка соб

* Задание 9.

[*Юнит тесты*](https://docs.google.com/document/d/115s77TBrj1KuafrTNRUX1XwAbTrsMCUZzZeozO1ipLY/edit?usp=sharing "Юнит тесты")
[*Юнит тесты*](https://docs.google.com/document/d/115s77TBrj1KuafrTNRUX1XwAbTrsMCUZzZeozO1ipLY/edit?usp=sharing "Юнит тесты")
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "reveal-template",
"name": "js",
"version": "1.0.0",
"description": "The lectures about something",
"description": "Learning frontend JavaScript",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down
3 changes: 0 additions & 3 deletions src/lecture/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ <h2>Содержание лекции</h2>

</div>
</div>

<aside id="presentable-icon" class="cpp">
<a title="Содержание лекции" href="#/0/1">
<i class="fa fa-list-ul fa-2x controls"></i>
Expand Down Expand Up @@ -86,8 +85,6 @@ <h2>Содержание лекции</h2>
</div>
<div id="selected-theme" class="theme-circle"></div>
</aside>

<script src="../../js/bundle.min.js"></script>
</body>

</html>

0 comments on commit 85ec5d2

Please sign in to comment.