Skip to content

Commit

Permalink
Remove tests, refactor structure and code style
Browse files Browse the repository at this point in the history
  • Loading branch information
pepelsbey committed Oct 25, 2024
1 parent 8d812cb commit 626086d
Show file tree
Hide file tree
Showing 65 changed files with 3,115 additions and 8,985 deletions.
12 changes: 6 additions & 6 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
root = true

[*]
charset = utf-8
indent_style = tab
indent_size = 4
end_of_line = lf
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 100
charset = utf-8

[*.{js,mjs,html,css}]
indent_size = 4
[*.yml]
indent_style = space
indent_size = 2
1 change: 0 additions & 1 deletion .eslintignore

This file was deleted.

33 changes: 0 additions & 33 deletions .eslintrc.yml

This file was deleted.

6 changes: 1 addition & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
logs
chromedriver.log
node_modules
npm-debug.log*
/dist/shower.js
/test/output
dist
5 changes: 0 additions & 5 deletions .huskyrc.json

This file was deleted.

7 changes: 0 additions & 7 deletions .lintstagedrc.yml

This file was deleted.

1 change: 0 additions & 1 deletion .prettierignore

This file was deleted.

9 changes: 0 additions & 9 deletions .prettierrc.yml

This file was deleted.

10 changes: 0 additions & 10 deletions .travis.yml

This file was deleted.

13 changes: 0 additions & 13 deletions CHANGELOG.md

This file was deleted.

9 changes: 3 additions & 6 deletions docs/CODE_OF_CONDUCT.md → CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,11 @@ include:

Examples of unacceptable behavior by participants include:

- The use of sexualized language or imagery and unwelcome sexual attention or
advances
- The use of sexualized language or imagery and unwelcome sexual attention or advances
- Trolling, insulting/derogatory comments, and personal or political attacks
- Public or private harassment
- Publishing others' private information, such as a physical or electronic
address, without explicit permission
- Other conduct which could reasonably be considered inappropriate in a
professional setting
- Publishing others' private information, such as a physical or electronic address, without explicit permission
- Other conduct which could reasonably be considered inappropriate in a professional setting

## Our Responsibilities

Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2019 Vadim Makeev
Copyright (c) 2024 Vadim Makeev

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Core of Shower [![Build Status](https://travis-ci.org/shower/core.svg?branch=main)](https://travis-ci.org/shower/core)
# Core of Shower

Core of the [Shower](https://github.com/shower/shower) presentation engine. Doesn’t include themes. [See it in action](https://shwr.me). Follow [@shower_me](https://twitter.com/shower_me) for support and updates, [file an issue] if you have any.

## Usage

Get the [Shower template](https://github.com/shower/shower) with core already included. Download the template [archive](http://shwr.me/shower.zip) or install the package:

npm install @shower/shower
npm install @shower/shower

You can also install core as a separate package:

npm install @shower/core
npm install @shower/core

## Development

Expand Down
6 changes: 0 additions & 6 deletions dist/plugin.js

This file was deleted.

20 changes: 0 additions & 20 deletions dist/tests/full-id.html

This file was deleted.

27 changes: 0 additions & 27 deletions dist/tests/full-next.html

This file was deleted.

27 changes: 0 additions & 27 deletions dist/tests/full-timer-next.html

This file was deleted.

20 changes: 0 additions & 20 deletions dist/tests/full-timer.html

This file was deleted.

24 changes: 0 additions & 24 deletions dist/tests/full-title.html

This file was deleted.

20 changes: 0 additions & 20 deletions dist/tests/full.html

This file was deleted.

21 changes: 0 additions & 21 deletions dist/tests/list-default-prevented.html

This file was deleted.

20 changes: 0 additions & 20 deletions dist/tests/list-hidden.html

This file was deleted.

20 changes: 0 additions & 20 deletions dist/tests/list-id.html

This file was deleted.

Loading

0 comments on commit 626086d

Please sign in to comment.