-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
support node 14, use new version of transformer
- Loading branch information
1 parent
0464309
commit afc0b70
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
12 | ||
14 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "plugin-transformer", | ||
"description": "Transformer wrapper that allows hapi.js to check payment cards using the 6 digit IIN code", | ||
"version": "5.0.1", | ||
"version": "6.0.0", | ||
"homepage": "https://github.com/holidayextras/plugin-transformer", | ||
"author": { | ||
"name": "Shortbreaks", | ||
|
@@ -27,7 +27,7 @@ | |
"deploy": "./scripts/deploy.sh" | ||
}, | ||
"dependencies": { | ||
"transformer": "git+ssh://[email protected]:holidayextras/transformer.git#v10.0.1", | ||
"transformer": "git+ssh://[email protected]:holidayextras/transformer.git#v11.0.0", | ||
"q": "1.5.1" | ||
}, | ||
"devDependencies": { | ||
|
@@ -56,4 +56,4 @@ | |
"owner": "shortbreaks", | ||
"platform": "custom", | ||
"ci": "dockyard" | ||
} | ||
} |