Comparing version 1.0.3 to 1.0.5
{ | ||
"name": "folquire", | ||
"version": "1.0.3", | ||
"version": "1.0.5", | ||
"description": "Requires all the modules from a folder", | ||
"main": "src/index.js", | ||
"scripts": { | ||
"reinstall": "rimraf node_modules && npm ci", | ||
"test": "jest --coverage", | ||
@@ -18,2 +19,3 @@ "test:watch": "npm test -- --watch" | ||
"author": "Gabriel Rufino <contato@gabrielrufino.com>", | ||
"funding": "https://github.com/sponsors/gabrielrufino", | ||
"license": "MIT", | ||
@@ -28,4 +30,5 @@ "bugs": { | ||
"devDependencies": { | ||
"jest": "^27.5.1" | ||
"jest": "^27.5.1", | ||
"rimraf": "^3.0.2" | ||
} | ||
} |
4088
2