@ealforque/sequelize-field-parser 1.0.2 → 1.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -18,7 +18,7 @@ A TypeScript utility for Sequelize models that lets users specify fields to incl
18
18
  ## Installation
19
19
 
20
20
  ```bash
21
- npm install ealforque/sequelize-field-parser
21
+ npm install @ealforque/sequelize-field-parser
22
22
  ```
23
23
 
24
24
  ## Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ealforque/sequelize-field-parser",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "main": "dist/field_parser.service.js",
5
5
  "types": "dist/field_parser.service.d.ts",
6
6
  "files": [