directory-import
Advanced tools
Comparing version 3.0.0-beta.9 to 3.0.0
{ | ||
"name": "directory-import", | ||
"version": "3.0.0-beta.9", | ||
"version": "3.0.0", | ||
"description": "Module will allow you to synchronously or asynchronously import (requires) all modules from the folder you specify", | ||
@@ -11,3 +11,6 @@ "main": "dist/index.js", | ||
"scripts": { | ||
"build": "tsc && cp src/types.d.ts dist/types.d.ts" | ||
"build": "rimraf ./dist && tsc", | ||
"start": "npm run dist && node dist/index.js", | ||
"jest": "npm run build && jest --silent", | ||
"jest:watcher": "jest --watchAll" | ||
}, | ||
@@ -61,4 +64,5 @@ "repository": { | ||
"prettier": "^3.0.0", | ||
"ts-jest": "^29.1.1", | ||
"typescript": "^5.0.2" | ||
} | ||
} |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
19438
0
25