Skip to content

Commit

Permalink
chore(release): 7.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed May 18, 2021
1 parent e62a797 commit 3b02000
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adonisjs/redis",
"version": "7.0.2",
"version": "7.0.3",
"description": "AdonisJS addon for Redis",
"main": "build/providers/RedisProvider.js",
"files": [
Expand All @@ -16,7 +16,7 @@
"pretest": "npm run lint",
"test": "docker-compose build && docker-compose run --rm tests",
"clean": "del build",
"test:docker": "FORCE_COLOR=true node japaFile.js",
"test:docker": "FORCE_COLOR=true node japaFile.js",
"copyfiles": "copyfiles \"templates/**/*.txt\" \"instructions.md\" build",
"compile": "npm run lint && npm run clean && tsc",
"build": "npm run compile && npm run copyfiles",
Expand Down

0 comments on commit 3b02000

Please sign in to comment.