Skip to content

Commit f06b14f

Browse files
committed
Merge branch 'master' of github.com:jsbites/coding-standards
2 parents c0585e4 + 82976d3 commit f06b14f

File tree

2 files changed

+11
-24
lines changed

2 files changed

+11
-24
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#
99
# This project is a part of the “Byte-Sized JavaScript” videocasts.
1010
#
11-
# You can watch “Byte-Sized JavaScript” at: https://bit.ly/bytesized
11+
# You can watch “Byte-Sized JavaScript” at: https://bytesized.tv/
1212
#
1313
# MIT Licensed — See LICENSE.md
1414
#
@@ -17,4 +17,4 @@
1717

1818
language: node_js
1919
node_js:
20-
- "7.7.1"
20+
- "8.1.3"

README.md

Lines changed: 9 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -20,28 +20,6 @@
2020

2121
The rulesets assume sane defaults. — You can directly use them in your projects our you can extend and customize them to suit your specific needs.
2222

23-
## About This Repository
24-
25-
This repository is a part of the [Byte-Sized JavaScript VideoCasts][vidcast].
26-
27-
```
28-
_ __
29-
|_) _|_ _ __ (_ o _ _ _|
30-
|_) \/ |_ (/_ __) | /_ (/__(_|
31-
/ | _. _. (_ _ ._ o ._ _|_
32-
\_| (_| \/ (_| __) (_ | | |_) |_
33-
|
34-
»» bytesized.tv ««
35-
```
36-
37-
## Byte-Sized What?!
38-
39-
[Byte-Sized JavaScript][vidcast].
40-
41-
It is a compilation of short (*around ten minutes*) monthly screencasts about **JavaScript** and related technologies.
42-
43-
[vidcast]: https://bytesized.tv/ "ByteSized.TV"
44-
4523
## Installation
4624

4725
Make sure that you have [ESLint](http://eslint.org/) installed in your project.
@@ -137,4 +115,13 @@ We are committed to making participation in this project a harassment-free exper
137115

138116
[See the code of conduct for details](CODE_OF_CONDUCT.md).
139117

118+
## A [ByteSized.TV][vidcast] Project
119+
120+
This repository is a part of the [Byte-Sized JavaScript VideoCasts][vidcast].
121+
122+
It is a compilation of short (*around ten minutes*) screencasts about **JavaScript** and related technologies.
123+
124+
[**Learn**, **explore**, and **have fun**][vidcast]!
125+
126+
[vidcast]: https://bytesized.tv/ "ByteSized.TV"
140127

0 commit comments

Comments
 (0)