Skip to content

Commit e754d42

Browse files
authored
Resolve #28 (#29)
* update version to 2.0.5 * introduce yarn with yarn.lock file * update markup dates * update pull request template
1 parent b74ce88 commit e754d42

File tree

7 files changed

+5011
-11
lines changed

7 files changed

+5011
-11
lines changed

PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ Changes include;
77

88
Checks
99
- [ ] Passes linting
10-
- [ ] Updated documentation
11-
- [ ] Updated versioning
12-
- [ ] Updated dist files
10+
- [ ] Updated documentation (_if necessary_)
11+
- [ ] Updated versioning across __both__ source and package files
1312

1413
@jh3y

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jh3y/ep",
3-
"version": "2.0.4",
3+
"version": "2.0.5",
44
"description": "enhance your progress bars with minimal effort!",
55
"main": "dist/ep.js",
66
"scripts": {

src/markup/index.pug

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ html(lang="en-us")
3636
li Optional CSS helper attributes and classes
3737
li Optional JS helper for better control and interaction with <code>progress</code> elements. For example; to show network request status.
3838
li Plays nice in major browsers (<i>IE10+</i>)
39-
footer &lt;Made real by <a href="https://jh3y.github.io/" target="_blank">jh3y</a> | MIT Licensed &copy;2016 /&gt;
39+
footer &lt;Made real by <a href="https://jh3y.github.io/" target="_blank">jh3y</a> | MIT Licensed &copy;2017 /&gt;
4040
hr
4141
.features
4242
include features/standard
@@ -49,4 +49,4 @@ html(lang="en-us")
4949
include features/timer
5050
include features/sass
5151
include features/js
52-
footer &lt;Made real by <a href="https://jh3y.github.io/" target="_blank">jh3y</a> | MIT Licensed &copy;2016 /&gt;
52+
footer &lt;Made real by <a href="https://jh3y.github.io/" target="_blank">jh3y</a> | MIT Licensed &copy;2017 /&gt;

src/script/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
* https://jh3y.github.io/ep
55
* @license MIT
66
* @author jh3y
7-
* @version 2.0.3
8-
* (c) 2016
7+
* @version 2.0.5
8+
* (c) 2017
99
*/
1010
(function() {
1111
/**

src/styles/ep.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
* https://jh3y.github.io/ep
55
* @license MIT
66
* @author jh3y
7-
* @version 2.0.3
8-
* (c) 2016
7+
* @version 2.0.5
8+
* (c) 2017
99
*/
1010
@import 'core';
1111
@import './features/mock';

0 commit comments

Comments
 (0)