Skip to content

Commit

Permalink
jplist es6 version
Browse files Browse the repository at this point in the history
  • Loading branch information
1rosehip committed Aug 27, 2018
1 parent fd6e55f commit 590ef6d
Show file tree
Hide file tree
Showing 11 changed files with 539 additions and 75 deletions.
2 changes: 2 additions & 0 deletions dist/1.2.0/jplist-es6.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/1.2.0/jplist-es6.min.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions docs/js/1.2.0/CHANGES.md
@@ -0,0 +1,2 @@
# Enhancement
- [Added counter control](https://github.com/1rosehip/jplist-es6/issues/6)
2 changes: 2 additions & 0 deletions docs/js/1.2.0/jplist-es6.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/js/1.2.0/jplist-es6.min.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions package.json
Expand Up @@ -5,6 +5,8 @@
"scripts": {
"watch": "webpack --config webpack.config.js --watch",
"build": "webpack --config webpack.config.js",
"watch.es6": "webpack --config webpack.config.es6.js --watch",
"build.es6": "webpack --config webpack.config.es6.js",
"build110": "webpack --config webpack.config.js --version=1.1.0",
"test": "jest src",
"test120": "jest src/1.2.0",
Expand Down
2 changes: 2 additions & 0 deletions test-pages/1.2.0/dist/CHANGES.md
@@ -0,0 +1,2 @@
# Enhancement
- [Added counter control](https://github.com/1rosehip/jplist-es6/issues/6)
2 changes: 2 additions & 0 deletions test-pages/1.2.0/dist/jplist-es6.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions test-pages/1.2.0/dist/jplist-es6.min.js.map

Large diffs are not rendered by default.

0 comments on commit 590ef6d

Please sign in to comment.