File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 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 },
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 },
You can’t perform that action at this time.
0 commit comments