Skip to content

Commit

Permalink
chore(package): add package version and publish config
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed May 24, 2019
1 parent b7c00a4 commit e48ec5d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"name": "@adonisjs/bodyparser",
"version": "2.2.5",
"description": "AdonisJs body parser to read and parse HTTP request bodies",
"main": "build/providers/BodyParserProvider.js",
"files": [
"build/src",
Expand Down Expand Up @@ -76,5 +78,9 @@
"media-typer": "^1.1.0",
"multiparty": "^4.2.1",
"uuid": "^3.3.2"
},
"publishConfig": {
"access": "public",
"tag": "v5"
}
}

0 comments on commit e48ec5d

Please sign in to comment.