diff --git a/package-lock.json b/package-lock.json index 0e8033c..f26183f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-component-form", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9379247..512f628 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-component-form", - "version": "1.0.0", + "version": "1.0.1", "description": "Manage React Forms with ease.", "author": "Divlo ", "license": "MIT", @@ -31,7 +31,7 @@ "prepare": "run-s build", "test": "run-s test:unit test:lint test:build", "test:build": "run-s build", - "test:lint": "eslint ./**/*.{js,jsx,ts,tsx} --fix", + "test:lint": "eslint ./**/*.{js,jsx,ts,tsx}", "test:unit": "cross-env CI=1 react-scripts test --env=jsdom", "test:watch": "react-scripts test --env=jsdom", "predeploy": "cd example && npm install && npm run build",