Skip to content

Commit

Permalink
Updating to Adonis 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaperskyguru committed May 16, 2021
1 parent 0e37752 commit d93813f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"build": "npm run compile && npm run copyfiles",
"pretest": "npm run lint",
"test": "echo ''",
"copyfiles": "copyfiles \"README.md\" \"templates/**/*.txt\" \"npm-audit.html\" \"instructions.js\" \"instructions.md\" build",
"copyfiles": "copyfiles \"README.md\" \"templates/**/*.txt\" \"instructions.md\" build",
"prepublishOnly": "npm run build",
"lint": "eslint . --ext=.ts",
"format": "prettier --write .",
Expand Down Expand Up @@ -50,7 +50,8 @@
"build/adonis-typings",
"build/providers",
"build/src",
"build/config"
"build/config",
"build/instructions.js"
],
"husky": {
"hooks": {
Expand Down Expand Up @@ -79,6 +80,7 @@
"access": "public"
},
"adonisjs": {
"instructions": "./build/instructions.js",
"instructionsMd": "./build/instructions.md",
"types": "@kaperskyguru/adonis-cache",
"providers": [
Expand Down

0 comments on commit d93813f

Please sign in to comment.