Skip to content

Commit

Permalink
udpate readme & version
Browse files Browse the repository at this point in the history
  • Loading branch information
ganlanyuan committed Aug 2, 2017
1 parent c825f2a commit ff4ce2e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 21 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# tiny-slider 2.0 (Beta)
# tiny-slider 2.0
![version](https://img.shields.io/badge/Version-2.0.0-green.svg)
Tiny slider for all purposes, inspired by [Owl Carousel](https://owlcarousel2.github.io/OwlCarousel2/).
[Demos](http://ganlanyuan.github.io/tiny-slider/tests/index.html)
Expand All @@ -10,7 +10,6 @@ Note: some features may need a manual test.
*Previous versions*
[v1](https://github.com/ganlanyuan/tiny-slider/tree/v1),
[v0](https://github.com/ganlanyuan/tiny-slider/tree/v0)
<!-- [transfer from v0 to v1](transfer.md). -->

## What's new
- Using `%` instead of `px`
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tiny-slider",
"version": "1.5.6",
"version": "2.0.0",
"homepage": "https://github.com/ganlanyuan/tiny-slider",
"authors": [
"WilliamLin <[email protected]>"
Expand Down
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.

20 changes: 3 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,15 @@
{
"name": "tiny-slider",
"version": "1.5.6",
"description": "Pure javascript slider for all purposes, inspired by Owl Carousel.",
"version": "2.0.0",
"description": "Vanilla javascript slider for all purposes, inspired by Owl Carousel.",
"main": "dist/tiny-slider.js",
"directories": {
"test": "tests"
},
"devDependencies": {
"chai": "^4.1.0",
"go-native": "^1.0.0",
"testcafe": "^0.16.2",
"testcafe-browser-provider-browserstack": "^1.1.1",
"testcafe-browser-provider-saucelabs": "^1.3.0"
},
"scripts": {
"test": "testcafe \"browserstack:[email protected]:Windows XP\", \"browserstack:[email protected]:Windows 7\", \"browserstack:[email protected]:OS X Snow Leopard\", \"browserstack:[email protected]:Windows 7\", \"browserstack:[email protected]:Windows 7\" tests/features/base.js",
"local": "testcafe \"chrome:headless\" tests/features/base.js",
"remote": "testcafe remote tests/features/base.js",
"firefox": "testcafe \"browserstack:[email protected]:Windows XP\" tests/features/base.js",
"chrome": "testcafe \"browserstack:[email protected]:Windows 7\" tests/features/base.js",
"safari": "testcafe \"browserstack:[email protected]:OS X Snow Leopard\" tests/features/base.js",
"opera": "testcafe \"browserstack:[email protected]:Windows 7\" tests/features/base.js",
"ie": "testcafe \"browserstack:[email protected]:Windows 7\" tests/features/base.js"
"test": ""
},
"repository": {
"type": "git",
Expand All @@ -35,7 +23,5 @@
},
"homepage": "https://github.com/ganlanyuan/tiny-slider#readme",
"dependencies": {
"concat-map": "0.0.1",
"ms": "^2.0.0"
}
}

0 comments on commit ff4ce2e

Please sign in to comment.