Skip to content

Commit

Permalink
Update to booster 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalojaubert committed Jan 24, 2024
1 parent cbabef2 commit 06863fb
Show file tree
Hide file tree
Showing 17 changed files with 18,595 additions and 35,024 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ module.exports = {
'plugin:@typescript-eslint/eslint-recommended',
'plugin:@typescript-eslint/recommended',
'prettier',
'plugin:prettier/recommended', // Enables eslint-plugin-prettier and eslint-config-prettier. This will display prettier errors as ESLint errors. Make sure this is always the last configuration in the extends array.
'plugin:import/warnings',
'plugin:prettier/recommended', // Enables eslint-plugin-prettier and eslint-config-prettier. This will display prettier errors as ESLint errors. Make sure this is always the last configuration in the extends array.
],
globals: {
Atomics: 'readonly',
Expand Down
1 change: 0 additions & 1 deletion .npmignore

This file was deleted.

1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
lts/hydrogen
3 changes: 2 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"strict": true
}
},
"version": "0.6.0",
"useWorkspaces": true,
"version": "0.5.2",
"npmClient": "npm"
}
Loading

0 comments on commit 06863fb

Please sign in to comment.