Skip to content

Commit

Permalink
Merge pull request #2 from buildertrend/v4.3.4
Browse files Browse the repository at this point in the history
update typings for new package name
  • Loading branch information
DavisBatten authored Jun 18, 2021
2 parents cb6d818 + 5585cb5 commit f46c443
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions dist/react-number-format.es.js
Original file line number Diff line number Diff line change
@@ -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';
Expand Down
6 changes: 3 additions & 3 deletions dist/react-number-format.js
Original file line number Diff line number Diff line change
@@ -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) {
Expand Down
2 changes: 1 addition & 1 deletion typings/number_format.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion typings/number_format.spec.tsx
Original file line number Diff line number Diff line change
@@ -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";

<NumberFormat value="" />;
<NumberFormat type="tel" />;
Expand Down

0 comments on commit f46c443

Please sign in to comment.