Skip to content

Commit

Permalink
code change for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
wogha95 committed Oct 1, 2024
1 parent 4bd318f commit e67285d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
export function Example() {
console.log("Example function is executed!");
export default function defaultExample() {
console.log("export default example function");
}

export function example() {
console.log("export example function");
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@studyplayground/core-modules",
"version": "0.0.1",
"version": "0.0.2",
"description": "Core modules (github packages)",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit e67285d

Please sign in to comment.