Skip to content

Commit

Permalink
feat(api): fix api publication
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphaël Benitte committed Mar 21, 2019
1 parent 0c0a6a1 commit 1ec197b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,8 @@
"readme": "node misc/readmeData.js | mustache - misc/README.mustache > README.md",
"start": "node src/app.js",
"dev": "nodemon src/app.js"
},
"publishConfig": {
"access": "public"
}
}

0 comments on commit 1ec197b

Please sign in to comment.