File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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" : [
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+ }
You can’t perform that action at this time.
0 commit comments