-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade from Yarn 1 (legacy) to Yarn 4.2.2
- Loading branch information
Showing
4 changed files
with
5,527 additions
and
3,565 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
nodeLinker: node-modules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
{ | ||
"name": "tana-import-tools", | ||
"version": "1.0.0", | ||
"main": "dist/index.js", | ||
"main": "./dist/index.js", | ||
"exports": "./dist/index.js", | ||
"type": "module", | ||
"engines": { | ||
"node": "18" | ||
|
@@ -16,7 +17,7 @@ | |
"ci": "yarn lint && yarn test", | ||
"format": "prettier --write \"src/**/*.ts\"", | ||
"lint": "eslint --ext .ts src/", | ||
"prepare": "rm -rf dist/ && ./node_modules/.bin/tsc --project tsconfig.build.json", | ||
"prepack": "rm -rf dist/ && ./node_modules/.bin/tsc --project tsconfig.build.json", | ||
"build": "yarn prepare", | ||
"convert:roam": "yarn build && node --experimental-modules --es-module-specifier-resolution=node dist/runner.js roam", | ||
"convert:workflowy": "yarn build && node --experimental-modules --es-module-specifier-resolution=node dist/runner.js workflowy", | ||
|
@@ -75,5 +76,6 @@ | |
"testMatch": [ | ||
"**/?(*.)+(test).[t]s?(x)" | ||
] | ||
} | ||
}, | ||
"packageManager": "[email protected]" | ||
} |
Oops, something went wrong.