Skip to content

Commit

Permalink
Resolve #28 (#29)
Browse files Browse the repository at this point in the history
* update version to 2.0.5
* introduce yarn with yarn.lock file
* update markup dates
* update pull request template
  • Loading branch information
jh3y authored Oct 22, 2017
1 parent b74ce88 commit e754d42
Show file tree
Hide file tree
Showing 7 changed files with 5,011 additions and 11 deletions.
5 changes: 2 additions & 3 deletions PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ Changes include;

Checks
- [ ] Passes linting
- [ ] Updated documentation
- [ ] Updated versioning
- [ ] Updated dist files
- [ ] Updated documentation (_if necessary_)
- [ ] Updated versioning across __both__ source and package files

@jh3y
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jh3y/ep",
"version": "2.0.4",
"version": "2.0.5",
"description": "enhance your progress bars with minimal effort!",
"main": "dist/ep.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions src/markup/index.pug
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ html(lang="en-us")
li Optional CSS helper attributes and classes
li Optional JS helper for better control and interaction with <code>progress</code> elements. For example; to show network request status.
li Plays nice in major browsers (<i>IE10+</i>)
footer &lt;Made real by <a href="https://jh3y.github.io/" target="_blank">jh3y</a> | MIT Licensed &copy;2016 /&gt;
footer &lt;Made real by <a href="https://jh3y.github.io/" target="_blank">jh3y</a> | MIT Licensed &copy;2017 /&gt;
hr
.features
include features/standard
Expand All @@ -49,4 +49,4 @@ html(lang="en-us")
include features/timer
include features/sass
include features/js
footer &lt;Made real by <a href="https://jh3y.github.io/" target="_blank">jh3y</a> | MIT Licensed &copy;2016 /&gt;
footer &lt;Made real by <a href="https://jh3y.github.io/" target="_blank">jh3y</a> | MIT Licensed &copy;2017 /&gt;
4 changes: 2 additions & 2 deletions src/script/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
* https://jh3y.github.io/ep
* @license MIT
* @author jh3y
* @version 2.0.3
* (c) 2016
* @version 2.0.5
* (c) 2017
*/
(function() {
/**
Expand Down
4 changes: 2 additions & 2 deletions src/styles/ep.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
* https://jh3y.github.io/ep
* @license MIT
* @author jh3y
* @version 2.0.3
* (c) 2016
* @version 2.0.5
* (c) 2017
*/
@import 'core';
@import './features/mock';
Expand Down
Loading

0 comments on commit e754d42

Please sign in to comment.