diff --git a/docs/development.md b/docs/development.md index 8dbc7f2..70aae85 100644 --- a/docs/development.md +++ b/docs/development.md @@ -41,8 +41,24 @@ During development you may want to reset the whole plugin. It is available via c In order to use this command open command panel in Atom (`Ctrl` + `Shift` + `P`) and find command titled as `Deepcode: Reset Plugin`. -##Testing +## Testing In order to run tests open plugin folder in `Atom` and use menu command `View` -> `Developer` -> `Run Package Specs` or just press `Ctrl` + `Shift` + `Y`. + +## Publishing + +In order to publish package to the [atom.io package registry](https://atom.io/packages) +you may use the `apm publish` command: +```shell script +$ cd atom-plugin +$ apm publish + +# where is one of: +# - patch +# - minor +# - major +``` + +To read more about publishing visit [official docs page](https://flight-manual.atom.io/hacking-atom/sections/publishing/). diff --git a/package.json b/package.json index daf1857..66bceca 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "deepcode", "main": "./lib/deepcode", - "version": "0.0.1", + "version": "0.0.0", "description": "Detect bugs and quality issues in JavaScript, TypeScript, React, Vue and more...", "keywords": [ "code analysis",