Skip to content

Commit

Permalink
Merge pull request hainproject#142 from appetizermonster/appetizermon…
Browse files Browse the repository at this point in the history
…ster-patch-1

Update share-your-plugins.md
  • Loading branch information
appetizermonster committed May 16, 2016
2 parents 8783b33 + 6d2a590 commit 4aee0f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/share-your-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ In short, you can share your plugin by publishing it on public npmjs registry.
But there are few rules.

1. You should name your plugin prefixed with `hain-plugin-`, then hpm(hain-package-manager) can find your plugin in npmjs registry.
2. You should add `hain0` keyword in your package.json, then hpm can decide api compatibility.
2. You should add `hain-0.3.0` keyword in your package.json, then hpm can decide api compatibility.

## Publishing
In your plugin directory:
Expand All @@ -15,4 +15,4 @@ Done.
You can find your plugin in few seconds then if you read rules above properly.

## Related Docs
- [package.json Format](package-json-format.md)
- [package.json Format](package-json-format.md)

0 comments on commit 4aee0f4

Please sign in to comment.