Commit d12bd7eb authored by Harold Boissenin's avatar Harold Boissenin
Browse files

update README.md with more information

No related merge requests found
Showing with 5 additions and 5 deletions
+5 -5
# @devatscience/errors # @devatscience/ngx-errors
Source library to generate angular package ready for NPM Source library to generate angular package ready for NPM
...@@ -6,10 +6,10 @@ Source library to generate angular package ready for NPM ...@@ -6,10 +6,10 @@ Source library to generate angular package ready for NPM
Once the changes are complete : Once the changes are complete :
- Update the package.json file - Update the package.json file
- Increase version `"version": "0.1.1"` - Increase version `"version": "0.1.1"`
- Run `npm build errors` to generate a **dist** folder that will contain all the required NPM files (typeScript & compiled es5 js) - Run `npm build ngx-errors` to generate a **dist** folder that will contain all the required NPM files (typeScript & compiled es5 js)
- Move to the generated library **dist** folder `cd .../dist/errors` - Move to the generated library **dist** folder `cd .../dist/ngx-errors`
- Check the package.json file - Check the package.json file
- Name should be `"name": "@devatscience/errors"`, version `"version": "0.1.1"` - Name should be `"name": "@devatscience/ngx-errors"`, version `"version": "0.1.1"`
- Run `npm publish --access public` to send it on npmjs - Run `npm publish --access public` to send it on npmjs
...@@ -21,7 +21,7 @@ Once the changes are complete : ...@@ -21,7 +21,7 @@ Once the changes are complete :
- not-found-error.component - not-found-error.component
- error types - error types
- types/app.error - types/app.error
- types/clear-errors.function - types/clear-ngx-errors.function
- types/constraint-violations.class - types/constraint-violations.class
- types/http.error - types/http.error
- types/interfaces - types/interfaces
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment