Skip to content

Commit

Permalink
Merge pull request #10 from react-hook-form/change-repository-name
Browse files Browse the repository at this point in the history
change repository name
  • Loading branch information
bluebill1049 authored Jun 3, 2020
2 parents f6f93ba + 8818e94 commit f940be4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"name": "@hookform/resolvers",
"version": "0.0.3",
"description": "React Hook Form validation resolvers: Yup, Joi, Superstruct and etc.",
"main": "dist/react-hook-form-resolvers.js",
"module": "dist/react-hook-form-resolvers.es.js",
"main": "dist/resolvers.js",
"module": "dist/resolvers.es.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/react-hook-form/react-hook-form-resolvers.git"
"url": "git+ssh://[email protected]/react-hook-form/resolvers.git"
},
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -46,7 +46,7 @@
"react-hook-form": "6.0.0-beta.2"
},
"bugs": {
"url": "https://github.com/react-hook-form/react-hook-form-resolvers/issues"
"url": "https://github.com/react-hook-form/resolvers/issues"
},
"homepage": "https://github.com/react-hook-form/react-hook-form-resolvers#readme"
"homepage": "https://github.com/react-hook-form/resolvers#readme"
}
4 changes: 2 additions & 2 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ export function getConfig({
tsconfig = './tsconfig.json',
output = [
{
file: `dist/react-hook-form-resolvers.js`,
file: `dist/resolvers.js`,
format: 'cjs',
exports: 'named',
},
{
file: `dist/react-hook-form-resolvers.es.js`,
file: `dist/resolvers.es.js`,
format: 'esm',
},
],
Expand Down

0 comments on commit f940be4

Please sign in to comment.