@meadow/react-slider
Advanced tools
Comparing version
{ | ||
"name": "@meadow/react-slider", | ||
"version": "1.0.1-alpha.1", | ||
"version": "1.0.1-rc.1", | ||
"description": "Clean and simple Slider component. For when <input type=\"range\" /> just won't do.", | ||
@@ -8,3 +8,5 @@ "main": "lib/components/Slider.js", | ||
"prepublish": "npm run build", | ||
"postpublish": "npm run clean", | ||
"build": "mkdirp lib/styles && stylus styles --out lib/styles && mkdirp lib/components && babel components --out-dir lib/components", | ||
"clean": "trash lib", | ||
"test": "zuul -- test/**/*.{js,jsx}", | ||
@@ -42,2 +44,3 @@ "test:browser": "zuul --local 55555 -- test/**/*.{js,jsx}" | ||
"tape": "^4.2.0", | ||
"trash": "^2.0.0", | ||
"watchify": "^3.4.0", | ||
@@ -44,0 +47,0 @@ "zuul": "^3.5.0" |
199957
0.04%12
9.09%