From ff4ce2e6f9467353ab02a7336feb21836a93b9a2 Mon Sep 17 00:00:00 2001 From: William Lin 22 Date: Wed, 2 Aug 2017 15:00:18 -0400 Subject: [PATCH] udpate readme & version --- README.md | 3 +-- bower.json | 2 +- package-lock.json | 2 +- package.json | 20 +++----------------- 4 files changed, 6 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index c8e565fe..9c7b7a72 100755 --- a/README.md +++ b/README.md @@ -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) @@ -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) - ## What's new - Using `%` instead of `px` diff --git a/bower.json b/bower.json index ce1da208..897aaf08 100755 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "tiny-slider", - "version": "1.5.6", + "version": "2.0.0", "homepage": "https://github.com/ganlanyuan/tiny-slider", "authors": [ "WilliamLin " diff --git a/package-lock.json b/package-lock.json index 24195d0e..50381ca3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "tiny-slider", - "version": "1.5.6", + "version": "2.0.0", "lockfileVersion": 1, "dependencies": { "adm-zip": { diff --git a/package.json b/package.json index 3417b85c..a9d9d01e 100644 --- a/package.json +++ b/package.json @@ -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:firefox@8.0:Windows XP\", \"browserstack:chrome@15.0:Windows 7\", \"browserstack:safari@4.0:OS X Snow Leopard\", \"browserstack:opera@11.5:Windows 7\", \"browserstack:ie@9.0:Windows 7\" tests/features/base.js", - "local": "testcafe \"chrome:headless\" tests/features/base.js", - "remote": "testcafe remote tests/features/base.js", - "firefox": "testcafe \"browserstack:firefox@8.0:Windows XP\" tests/features/base.js", - "chrome": "testcafe \"browserstack:chrome@15.0:Windows 7\" tests/features/base.js", - "safari": "testcafe \"browserstack:safari@4.0:OS X Snow Leopard\" tests/features/base.js", - "opera": "testcafe \"browserstack:opera@11.5:Windows 7\" tests/features/base.js", - "ie": "testcafe \"browserstack:ie@9.0:Windows 7\" tests/features/base.js" + "test": "" }, "repository": { "type": "git", @@ -35,7 +23,5 @@ }, "homepage": "https://github.com/ganlanyuan/tiny-slider#readme", "dependencies": { - "concat-map": "0.0.1", - "ms": "^2.0.0" } }