Webgme decorator for auto removal of dangling connections.
npm install webgme-connection-removerThe removal is triggered whenever a src and dst is defined for the node, but one of the targets is either null orundefined. Before the removal the decorator ensure that the model isn't read-only, a meta-node nor an inherited child.
webgme import decorator ConnRemoverDecorator webgme-connection-remover
`Developers
#### Publish new release at npm
`
npm prune
npm install
npm version 1.1.0 -m "Release %s"
git push origin master
git checkout v1.1.0
git push origin v1.1.0
npm publish ./
``