Skip to content

Commit 18870bf

Browse files
committed
first commit
1 parent 3bea710 commit 18870bf

File tree

7 files changed

+70
-0
lines changed

7 files changed

+70
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
node_modules
2+
*.iml
3+
.idea
4+
.DS_STORE
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

packages/aws-durable-execution-sdk-js-testing/package-lock.json

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "aws-durable-execution-sdk-js-testing",
3+
"version": "0.0.0",
4+
"description": "",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/SilanHe/test-publish-npm-silanhe.git"
12+
},
13+
"author": "SilanHe",
14+
"license": "ISC",
15+
"bugs": {
16+
"url": "https://github.com/SilanHe/test-publish-npm-silanhe/issues"
17+
},
18+
"homepage": "https://github.com/SilanHe/test-publish-npm-silanhe#readme"
19+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

packages/aws-durable-execution-sdk-js/package-lock.json

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "aws-durable-execution-sdk-js",
3+
"version": "0.0.0",
4+
"description": "",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/SilanHe/test-publish-npm-silanhe.git"
12+
},
13+
"author": "SilanHe",
14+
"license": "ISC",
15+
"bugs": {
16+
"url": "https://github.com/SilanHe/test-publish-npm-silanhe/issues"
17+
},
18+
"homepage": "https://github.com/SilanHe/test-publish-npm-silanhe#readme"
19+
}

0 commit comments

Comments
 (0)