File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ A parser for [JSON:API](https://jsonapi.org/) format that maps data to models us
7
7
## Installation
8
8
9
9
``` bash
10
- npm install https://github.com/ monade/json-api-parser.git
10
+ npm install @ monade/json-api-parser
11
11
```
12
12
13
13
## Example usage
@@ -42,4 +42,3 @@ class User extends Model {
42
42
## TODO
43
43
* Documentation
44
44
* Edge case tests
45
- * Release on NPM
Original file line number Diff line number Diff line change 24
24
},
25
25
"scripts" : {
26
26
"build" : " rm -rf dist && rollup -c && tsc --emitDeclarationOnly" ,
27
- "prepublish:public" : " build && yarn bump-version " ,
28
- "publish:public" : " publish --access public" ,
27
+ "prepublish:public" : " yarn build " ,
28
+ "publish:public" : " yarn publish --access public" ,
29
29
"test" : " jest"
30
30
},
31
31
"files" : [
You can’t perform that action at this time.
0 commit comments