Skip to content

Clean up and fixe #47

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Feb 9, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions __tests__/suits/rules/max.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ describe('test max rule', () => {
meter.value = 6;
meter.max = 10;
progress.value = 6;
progress.max = 10;

const validator_input = new Validator([
input
Expand Down
2 changes: 1 addition & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = {
targets: {
esmodules: true,
},
},],
}],
'@babel/react',
],
};
15,406 changes: 3,849 additions & 11,557 deletions package-lock.json

Large diffs are not rendered by default.

14 changes: 2 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
"main": "dist/index.js",
"dependencies": {
"@formatjs/intl": "^1.6.5",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"lodash": "^4.17.20",
"react": "^16.14.0",
"react-dom": "^16.14.0",
Expand All @@ -22,9 +19,6 @@
"type": "git",
"url": "https://github.com/machielsdev/validator"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
Expand Down Expand Up @@ -57,13 +51,9 @@
"enzyme-adapter-react-16": "^1.15.6",
"eslint": "^7.19.0",
"eslint-plugin-react": "^7.22.0",
"flush-promises": "^1.0.2",
"jest": "^26.6.3",
"jest-fetch-mock": "^3.0.3",
"react-scripts": "^3.4.4",
"react-test-renderer": "^16.14.0",
"ts-loader": "^8.0.14",
"typescript": "^3.9.7",
"webpack-cli": "^3.3.12"
"typescript": "^3.9.7"
},
"jest": {
"collectCoverageFrom": [
Expand Down
Binary file removed public/favicon.ico
Binary file not shown.
43 changes: 0 additions & 43 deletions public/index.html

This file was deleted.

Binary file removed public/logo192.png
Binary file not shown.
Binary file removed public/logo512.png
Binary file not shown.
25 changes: 0 additions & 25 deletions public/manifest.json

This file was deleted.

3 changes: 0 additions & 3 deletions public/robots.txt

This file was deleted.