File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11## Installation
22
3- ` adonis install dinevillar/adonis-json-api-serializer`
3+ ` npm i @ dinevillar/adonis-json-api-serializer`
44
55## Setup
66Create/edit `` config/jsonApi.js `` .
Original file line number Diff line number Diff line change 11{
2- "name" : " adonis-json-api-serializer" ,
3- "version" : " 0.5 " ,
2+ "name" : " @dinevillar/ adonis-json-api-serializer" ,
3+ "version" : " v0.5.3 " ,
44 "description" : " AdonisJS Agnostic JSON Rest Api Specification Wrapper" ,
55 "main" : " index.js" ,
66 "scripts" : {
1414 " json-rest-api"
1515 ],
1616 "author" :
" Rodine Mark Paul L. Villar <[email protected] >" ,
17+ "repository" : {
18+ "type" : " git" ,
19+ "url" : " git+https://github.com/dinevillar/adonis-json-api-serializer.git"
20+ },
1721 "license" : " MIT" ,
1822 "devDependencies" : {
1923 "@adonisjs/sink" : " ^1.0.13" ,
You can’t perform that action at this time.
0 commit comments