Skip to content

Commit

Permalink
Upgrade from Yarn 1 (legacy) to Yarn 4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
odinho committed Jun 3, 2024
1 parent 7ddb9b3 commit 4c5355b
Show file tree
Hide file tree
Showing 4 changed files with 5,527 additions and 3,565 deletions.
Binary file added .yarn/install-state.gz
Binary file not shown.
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules
8 changes: 5 additions & 3 deletions package.json
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"
Expand All @@ -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",
Expand Down Expand Up @@ -75,5 +76,6 @@
"testMatch": [
"**/?(*.)+(test).[t]s?(x)"
]
}
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 4c5355b

Please sign in to comment.