Skip to content

Commit 83e9f46

Browse files
authored
I5: Node 16 (#10)
* bump package to node 16 * correct main and module path * bump version
1 parent d65a0ac commit 83e9f46

File tree

978 files changed

+15395
-12109
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

978 files changed

+15395
-12109
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.yarn/releases/** binary
2+
.yarn/plugins/** binary

.pnp.js renamed to .pnp.cjs

Lines changed: 12409 additions & 11093 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.pnp.loader.mjs

Lines changed: 249 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.prettierrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module.exports = {
22
semi: true,
3-
trailingComma: "all",
3+
trailingComma: 'all',
44
singleQuote: true,
55
printWidth: 80,
66
tabWidth: 2,

.tool-versions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nodejs 16.13.0

.vscode/extensions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"recommendations": [
33
"arcanis.vscode-zipfs",
4-
"esbenp.prettier-vscode"
4+
"esbenp.prettier-vscode",
5+
"dbaeumer.vscode-eslint"
56
]
67
}

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
"prettier.prettierPath": ".yarn/sdks/prettier/index.js",
77
"typescript.tsdk": ".yarn/sdks/typescript/lib",
88
"typescript.enablePromptUseWorkspaceTsdk": true,
9-
"jest.jestCommandLine": "yarn jest"
9+
"jest.jestCommandLine": "yarn jest",
10+
"eslint.nodePath": ".yarn/sdks"
1011
}
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)