Skip to content

Commit 6e44b7b

Browse files
committed
Merge branch 'feature/library'
2 parents eee8afa + 7a67c87 commit 6e44b7b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/lib/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serverless-workflow-builder-lib",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A reusable library for building serverless workflow editors with React Flow",
55
"main": "index.js",
66
"keywords": [
@@ -33,17 +33,17 @@
3333
],
3434
"repository": {
3535
"type": "git",
36-
"url": "https://github.com/your-username/serverless-workflow-builder-lib.git"
36+
"url": "https://github.com/Kshitiz1403/serverless-workflow-builder.git"
3737
},
3838
"bugs": {
39-
"url": "https://github.com/your-username/serverless-workflow-builder-lib/issues"
39+
"url": "https://github.com/Kshitiz1403/serverless-workflow-builder/issues"
4040
},
41-
"homepage": "https://github.com/your-username/serverless-workflow-builder-lib#readme",
41+
"homepage": "https://github.com/Kshitiz1403/serverless-workflow-builder#readme",
4242
"scripts": {
4343
"build": "rm -rf dist && mkdir -p dist && cp -r src/* dist/ && cp README.md dist/ && cp USAGE.md dist/ && node scripts/prepare-package.js",
4444
"prepublishOnly": "npm run build",
4545
"test": "echo 'Tests not configured yet'",
4646
"version": "npm run build",
4747
"postversion": "git push && git push --tags"
4848
}
49-
}
49+
}

0 commit comments

Comments
 (0)