diff --git a/dist/react-number-format.es.js b/dist/react-number-format.es.js index 208dfa2e..3c47ae5b 100644 --- a/dist/react-number-format.es.js +++ b/dist/react-number-format.es.js @@ -1,8 +1,8 @@ /** - * react-number-format - 4.3.1 + * @buildertrend/react-number-format - 4.3.3 * Author : Sudhanshu Yadav - * Copyright (c) 2016, 2019 to Sudhanshu Yadav, released under the MIT license. - * https://github.com/s-yadav/react-number-format + * Copyright (c) 2016, 2021 to Sudhanshu Yadav, released under the MIT license. + * git+https://github.com/buildertrend/react-number-format */ import React from 'react'; diff --git a/dist/react-number-format.js b/dist/react-number-format.js index 13880f4c..01bf6e39 100644 --- a/dist/react-number-format.js +++ b/dist/react-number-format.js @@ -1,8 +1,8 @@ /** - * react-number-format - 4.3.1 + * @buildertrend/react-number-format - 4.3.3 * Author : Sudhanshu Yadav - * Copyright (c) 2016, 2019 to Sudhanshu Yadav, released under the MIT license. - * https://github.com/s-yadav/react-number-format + * Copyright (c) 2016, 2021 to Sudhanshu Yadav, released under the MIT license. + * git+https://github.com/buildertrend/react-number-format */ (function (global, factory) { diff --git a/typings/number_format.d.ts b/typings/number_format.d.ts index e12faa2d..c3bdcc4f 100755 --- a/typings/number_format.d.ts +++ b/typings/number_format.d.ts @@ -5,7 +5,7 @@ declare const { defaultValue, value, ...inputAttributes }: React.InputHTMLAttrib type InputAttributes = typeof inputAttributes; -declare module "react-number-format" { +declare module "@buildertrend/react-number-format" { export interface NumberFormatState { value?: string; diff --git a/typings/number_format.spec.tsx b/typings/number_format.spec.tsx index 24022308..56df00b0 100755 --- a/typings/number_format.spec.tsx +++ b/typings/number_format.spec.tsx @@ -1,5 +1,5 @@ import * as React from "react"; -import { default as NumberFormat } from "react-number-format"; +import { default as NumberFormat } from "@buildertrend/react-number-format"; ; ;