object-to-formdata
Advanced tools
Comparing version 4.1.0 to 4.1.1
{ | ||
"name": "object-to-formdata", | ||
"version": "4.1.0", | ||
"version": "4.1.1", | ||
"keywords": [ | ||
@@ -15,22 +15,9 @@ "form", | ||
"author": "Parmesh Krishen", | ||
"main": "dist/index.js", | ||
"unpkg": "dist/index.umd.js", | ||
"module": "dist/index.module.js", | ||
"source": "src/index.js", | ||
"main": "src", | ||
"types": "types.d.ts", | ||
"files": [ | ||
"src", | ||
"dist", | ||
"types.d.ts" | ||
], | ||
"scripts": { | ||
"build": "bundt", | ||
"prepublishOnly": "npm run build", | ||
"prepare": "pro-commit", | ||
"pro-commit:task": "pretty-quick --staged", | ||
"test": "jest --coverage" | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "pretty-quick --staged && npm run test" | ||
} | ||
}, | ||
"prettier": { | ||
@@ -40,9 +27,11 @@ "singleQuote": true, | ||
}, | ||
"jest": { | ||
"testEnvironment": "jsdom" | ||
}, | ||
"devDependencies": { | ||
"bundt": "^1.0.2", | ||
"husky": "^4.2.5", | ||
"jest": "^26.1.0", | ||
"prettier": "^2.0.5", | ||
"pretty-quick": "^2.0.1" | ||
"jest": "^27.3.1", | ||
"prettier": "^2.4.1", | ||
"pretty-quick": "^3.1.2", | ||
"pro-commit": "^1.2.1" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
4
13123
8
316