Skip to content

Commit 18805df

Browse files
committed
polishing.
1 parent 1223d85 commit 18805df

File tree

4 files changed

+14
-11
lines changed

4 files changed

+14
-11
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2022 Bartlomiej Tadych
3+
Copyright (c) 2022 N4NO.com
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
66

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Sequential Workflow Designer
44

5-
[![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fb4rtaz%2Fsequential-workflow-designer%2Fbadge%3Fref%3Dmain&style=flat-square)](https://actions-badge.atrox.dev/b4rtaz/sequential-workflow-designer/goto?ref=main) [![License: MIT](https://img.shields.io/github/license/mashape/apistatus.svg)](/LICENSE) [![View this project on NPM](https://img.shields.io/npm/v/sequential-workflow-designer.svg)](https://npmjs.org/package/sequential-workflow-designer) [![Twitter: b4rtaz](https://img.shields.io/twitter/follow/b4rtaz.svg?style=social)](https://twitter.com/b4rtaz)
5+
[![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fb4rtaz%2Fsequential-workflow-designer%2Fbadge%3Fref%3Dmain&style=flat-square)](https://actions-badge.atrox.dev/b4rtaz/sequential-workflow-designer/goto?ref=main) [![License: MIT](https://img.shields.io/github/license/mashape/apistatus.svg)](/LICENSE) [![View this project on NPM](https://img.shields.io/npm/v/sequential-workflow-designer.svg)](https://npmjs.org/package/sequential-workflow-designer)
66

77
Sequential workflow designer with no dependencies for web. It's written in pure TypeScript and uses SVG for rendering. This designer is not associated with any workflow engine. It's full generic. You may create any kind application by this, from graphical programming languages to workflow designers.
88

@@ -16,13 +16,13 @@ Features:
1616

1717
## 👀 Examples
1818

19-
* [📐 Simple Flow](https://b4rtaz.github.io/sequential-workflow-designer/examples/simple-flow.html)
20-
* [❎ Fullscreen](https://b4rtaz.github.io/sequential-workflow-designer/examples/fullscreen.html)
21-
* [🌅 Image Filter](https://b4rtaz.github.io/sequential-workflow-designer/examples/image-filter.html)
22-
* [⛅ Light Dark](https://b4rtaz.github.io/sequential-workflow-designer/examples/light-dark.html)
23-
* [⏩ Live Testing](https://b4rtaz.github.io/sequential-workflow-designer/examples/live-testing.html)
24-
* [🔴 Particles](https://b4rtaz.github.io/sequential-workflow-designer/examples/particles.html)
25-
* [🤖 Code Generator](https://b4rtaz.github.io/sequential-workflow-designer/examples/code-generator.html)
19+
* [📐 Simple Flow](https://nocode-js.github.io/sequential-workflow-designer/examples/simple-flow.html)
20+
* [❎ Fullscreen](https://nocode-js.github.io/sequential-workflow-designer/examples/fullscreen.html)
21+
* [🌅 Image Filter](https://nocode-js.github.io/sequential-workflow-designer/examples/image-filter.html)
22+
* [⛅ Light Dark](https://nocode-js.github.io/sequential-workflow-designer/examples/light-dark.html)
23+
* [⏩ Live Testing](https://nocode-js.github.io/sequential-workflow-designer/examples/live-testing.html)
24+
* [🔴 Particles](https://nocode-js.github.io/sequential-workflow-designer/examples/particles.html)
25+
* [🤖 Code Generator](https://nocode-js.github.io/sequential-workflow-designer/examples/code-generator.html)
2626

2727
## 🚀 Installation
2828

designer/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
README.md
2+
LICENSE

designer/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"types": "./lib/index.d.ts",
66
"repository": {
77
"type": "git",
8-
"url": "https://github.com/b4rtaz/sequential-workflow-designer.git"
8+
"url": "https://github.com/nocode-js/sequential-workflow-designer.git"
99
},
1010
"files": [
1111
"lib/",
@@ -16,6 +16,7 @@
1616
"registry": "https://registry.npmjs.org/"
1717
},
1818
"scripts": {
19+
"prepare": "cp ../LICENSE LICENSE && cp ../README.md README.md",
1920
"start": "rollup -c --watch",
2021
"start:clean": "rm -rf lib && rm -rf build && npm run start",
2122
"build": "rollup -c",
@@ -25,7 +26,7 @@
2526
"prettier": "prettier --check ./src",
2627
"prettier:fix": "prettier --write ./src"
2728
},
28-
"author": "b4rtaz",
29+
"author": "N4NO.com",
2930
"license": "MIT",
3031
"devDependencies": {
3132
"@types/jasmine": "^4.3.1",

0 commit comments

Comments
 (0)