create-airbnb-x-config 2.1.2 → 2.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/package.json +1 -1
- package/dist/utils/index.js +0 -1
- package/package.json +3 -3
package/dist/package.json
CHANGED
package/dist/utils/index.js
CHANGED
|
@@ -11,7 +11,6 @@ exports.rootPath = node_path_1.default.resolve('.');
|
|
|
11
11
|
// Package Root Path
|
|
12
12
|
// This function should return the top-level root directory, not the dist folder, because the root directory is where node_modules is located in order to access the templates.
|
|
13
13
|
exports.packageRootPath = (() => {
|
|
14
|
-
// eslint-disable-next-line unicorn/prefer-module
|
|
15
14
|
const pkgRootPath = node_path_1.default.resolve(__dirname, '..');
|
|
16
15
|
const buildFolderName = 'dist';
|
|
17
16
|
return pkgRootPath.endsWith('dist')
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-airbnb-x-config",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.2.0",
|
|
4
4
|
"description": "Airbnb Extended Config CLI",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eslint",
|
|
@@ -43,8 +43,8 @@
|
|
|
43
43
|
"@types/prompts": "^2.4.9",
|
|
44
44
|
"rimraf": "^6.0.1",
|
|
45
45
|
"tsc-alias": "^1.8.16",
|
|
46
|
-
"tsx": "^4.20.
|
|
47
|
-
"typescript": "^5.
|
|
46
|
+
"tsx": "^4.20.5",
|
|
47
|
+
"typescript": "^5.9.2"
|
|
48
48
|
},
|
|
49
49
|
"scripts": {
|
|
50
50
|
"prebuild": "rimraf ./dist",
|