Skip to content

Commit

Permalink
Merge pull request #7 from sasaplus1-prototype/faeture/new-function
Browse files Browse the repository at this point in the history
faeture/new function
  • Loading branch information
sasaplus1 authored Aug 3, 2022
2 parents e1506e6 + 722fbb0 commit cb0cb13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/test-module-a/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ module.exports = {
console.log('Hello, World!');
},
new() {
console.log('New World');
console.log('New World!');
}
}
2 changes: 1 addition & 1 deletion packages/test-module-a/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sasaplus1-prototype/test-module-a",
"description": "test module a",
"version": "0.3.0",
"version": "0.3.1",
"author": "sasa+1 <[email protected]>",
"files": [
"./index.js"
Expand Down

0 comments on commit cb0cb13

Please sign in to comment.