Skip to content

Commit 41552d3

Browse files
committed
1.0.1
1 parent 6114a2b commit 41552d3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
{
22
"name": "@meadow/react-slider",
3-
"version": "1.0.1-alpha.1",
3+
"version": "1.0.1",
44
"description": "Clean and simple Slider component. For when <input type=\"range\" /> just won't do.",
55
"main": "lib/components/Slider.js",
66
"scripts": {
77
"prepublish": "npm run build",
8+
"postpublish": "npm run clean",
89
"build": "mkdirp lib/styles && stylus styles --out lib/styles && mkdirp lib/components && babel components --out-dir lib/components",
10+
"clean": "trash lib",
911
"test": "zuul -- test/**/*.{js,jsx}",
1012
"test:browser": "zuul --local 55555 -- test/**/*.{js,jsx}"
1113
},
@@ -38,6 +40,7 @@
3840
"simple-mock": "^0.3.1",
3941
"stylus": "^0.52.4",
4042
"tape": "^4.2.0",
43+
"trash": "^2.0.0",
4144
"watchify": "^3.4.0",
4245
"zuul": "^3.5.0"
4346
},

0 commit comments

Comments
 (0)