Skip to content

Commit

Permalink
Update package-lock.json and package.json versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tech_e committed Mar 24, 2024
1 parent 3d0d469 commit a26ef9b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@base-framework/atoms",
"version": "1.0.5",
"version": "1.0.6",
"description": "This will add default atoms to the base framework.",
"main": "/dist/atoms.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"src/**/*"
],
"exclude": [
"node_modules"
"node_modules/**/*"
]
}

0 comments on commit a26ef9b

Please sign in to comment.