Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 881 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 881 Bytes

Flow editor

Code easy platform

Overview

This repository include dist files, it because the GitHub link is used in the flow editor directly to install this package without need npm package.

Build

Run yarn build before push new to to the new branch

yarn build

How to create new versions

We will work directly in the master branch with new features. When a new version is ready, we must create a new branch which his name will be the version number. And then where the package is installed you must use the correctly branch to link.

{
  "dependencies": {
    "@pb/flow-editor": "github:code-easy-platform/flow-editor#1.0.0",
  }
}

Which:

"{package-name}": "github:{organization-name|user-name}/{repository-name}#{branch-name}",