react-timezone-select
Advanced tools
Comparing version 1.1.12 to 1.1.13
/// <reference types="react" /> | ||
import allTimezones from './timezone-list'; | ||
import "./index.css"; | ||
import type { Props, ITimezone, ITimezoneOption, ILabelStyle } from './types/timezone'; | ||
@@ -5,0 +4,0 @@ export declare enum LabelType { |
@@ -7,3 +7,2 @@ import { jsx as _jsx } from "react/jsx-runtime"; | ||
import allTimezones from './timezone-list'; | ||
import "./index.css"; | ||
export var LabelType; | ||
@@ -10,0 +9,0 @@ (function (LabelType) { |
{ | ||
"name": "react-timezone-select", | ||
"version": "1.1.12", | ||
"version": "1.1.13", | ||
"description": "Usable, dynamic React Timezone Select", | ||
@@ -10,5 +10,4 @@ "main": "dist/index.js", | ||
"postpublish": "npm run build:example && npm run deploy", | ||
"build": "tsc --project ./tsconfig.json && npm run copy-files", | ||
"build": "tsc --project ./tsconfig.json", | ||
"build:example": "cd example && npm run build", | ||
"copy-files": "cp ./src/index.css ./dist", | ||
"deploy": "gh-pages -d example/build", | ||
@@ -15,0 +14,0 @@ "test": "jest", |
Sorry, the diff of this file is not supported yet
25129
228