react-cron-generator
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -81,3 +81,3 @@ import _classCallCheck from "@babel/runtime/helpers/esm/classCallCheck"; | ||
onClick: _this2.tabChanged.bind(_this2, d) | ||
}, d)); | ||
}, _this2.translate(d))); | ||
}); | ||
@@ -84,0 +84,0 @@ } |
@@ -20,3 +20,8 @@ { | ||
"Saturday": "Saturday", | ||
"Sunday": "Sunday" | ||
"Sunday": "Sunday", | ||
"Minutes": "Minutes", | ||
"Hourly": "Hourly", | ||
"Daily": "Daily", | ||
"Weekly": "Weekly", | ||
"Monthly": "Monthly" | ||
} |
{ | ||
"name": "react-cron-generator", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "Simple react component to generate cron expression", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
40588
969