Skip to content

Commit

Permalink
Update version to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Temirlan committed Apr 9, 2021
1 parent b75788a commit c840c24
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 2 deletions.
31 changes: 30 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-input-mask-format",
"description": "Masked input component for React",
"version": "1.0.2",
"version": "1.0.3",
"homepage": "https://github.com/temirtator/react-input-mask-format",
"license": "MIT",
"author": "Temirlan Shagyrov <sh.temirlan95@gmail.com>",
Expand All @@ -26,6 +26,7 @@
"@babel/preset-env": "^7.8.3",
"@babel/preset-react": "^7.8.3",
"@babel/register": "^7.8.3",
"@types/react": "^17.0.3",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"babel-plugin-dev-expression": "^0.2.2",
Expand Down
24 changes: 24 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6",
"dom"
],
"jsx": "react",
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts"
]
}

0 comments on commit c840c24

Please sign in to comment.