Skip to content

Commit

Permalink
Merge pull request #8 from Optum/update_to_booster_2.3.0
Browse files Browse the repository at this point in the history
Update to booster 2.3.0
  • Loading branch information
gonzalogarciajaubert authored Jan 25, 2024
2 parents cbabef2 + 19cb680 commit fa780bb
Show file tree
Hide file tree
Showing 17 changed files with 17,739 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 fa780bb

Please sign in to comment.