🚀 RELEASE: Version 1.0.1
This commit is contained in:
		
							
								
								
									
										2
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										2
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							| @@ -1,6 +1,6 @@ | ||||
| { | ||||
|   "name": "react-component-form", | ||||
|   "version": "1.0.0", | ||||
|   "version": "1.0.1", | ||||
|   "lockfileVersion": 1, | ||||
|   "requires": true, | ||||
|   "dependencies": { | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| { | ||||
|   "name": "react-component-form", | ||||
|   "version": "1.0.0", | ||||
|   "version": "1.0.1", | ||||
|   "description": "Manage React Forms with ease.", | ||||
|   "author": "Divlo <contact@divlo.fr>", | ||||
|   "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", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user