Skip to content

Handle scoped name of projects

Compare
Choose a tag to compare
@Mattchewone Mattchewone released this 24 Apr 13:33
· 9 commits to master since this release

This will keep the name in the package.json if you provide a name like "@bitovi/my-plugin" and will prompt if you are wish the package to be public which is default and will add "--access public" to the npm publish scripts.

Ref - donejs/donejs#1176