Compare commits
No commits in common. "main" and "1.0.5" have entirely different histories.
2 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
||||||
{
|
{
|
||||||
"name": "permission-checker",
|
"name": "permission-checker",
|
||||||
"version": "1.0.7",
|
"version": "1.0.5",
|
||||||
"description": "A permission checker for Node JS",
|
"description": "A permission checker for Node JS",
|
||||||
"main": "build/index.js",
|
"main": "build/index.js",
|
||||||
"types": "build/index.d.ts",
|
"types": "build/index.d.ts",
|
||||||
"type": "module",
|
"type": "commonjs",
|
||||||
"repository": "https://github.com/ThunderNetworkRaD/TS-Permission-Checker",
|
"repository": "https://github.com/ThunderNetworkRaD/TS-Permission-Checker",
|
||||||
"author": "ThunderNetworkRaD | Killer Boss Original",
|
"author": "ThunderNetworkRaD | Killer Boss Original",
|
||||||
"license": "Mozilla Public License 2.0",
|
"license": "Mozilla Public License 2.0",
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
// "moduleDetection": "auto", /* Control what method is used to detect module-format JS files. */
|
// "moduleDetection": "auto", /* Control what method is used to detect module-format JS files. */
|
||||||
|
|
||||||
/* Modules */
|
/* Modules */
|
||||||
"module": "ESNext", /* Specify what module code is generated. */
|
"module": "CommonJS", /* Specify what module code is generated. */
|
||||||
"rootDir": "src", /* Specify the root folder within your source files. */
|
"rootDir": "src", /* Specify the root folder within your source files. */
|
||||||
"moduleResolution": "node", /* Specify how TypeScript looks up a file from a given module specifier. */
|
"moduleResolution": "node", /* Specify how TypeScript looks up a file from a given module specifier. */
|
||||||
// "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */
|
// "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */
|
||||||
|
|
Reference in a new issue