@dotcom-tool-kit/containerised-app 2.0.7 → 2.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/readme.md +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dotcom-tool-kit/containerised-app",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.8",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
6
6
|
},
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@dotcom-tool-kit/aws": "^1.0.1",
|
|
30
|
-
"@dotcom-tool-kit/circleci-deploy": "^6.0.
|
|
30
|
+
"@dotcom-tool-kit/circleci-deploy": "^6.0.3",
|
|
31
31
|
"@dotcom-tool-kit/cloudsmith": "^2.0.1",
|
|
32
32
|
"@dotcom-tool-kit/docker": "^1.1.1",
|
|
33
33
|
"@dotcom-tool-kit/doppler": "^3.0.0",
|
package/readme.md
CHANGED
|
@@ -5,7 +5,7 @@ A bootstrap plugin that provides the minimum required Tool Kit plugins for a con
|
|
|
5
5
|
- [`@dotcom-tool-kit/aws`](https://github.com/Financial-Times/dotcom-tool-kit/tree/main/plugins/aws)
|
|
6
6
|
- [`@dotcom-tool-kit/cloudsmith`](https://github.com/Financial-Times/dotcom-tool-kit/tree/main/plugins/cloudsmith)
|
|
7
7
|
- [`@dotcom-tool-kit/docker`](https://github.com/Financial-Times/dotcom-tool-kit/tree/main/plugins/docker)
|
|
8
|
-
- [`@dotcom-tool-kit/doppler`](https://github.com/Financial-Times/dotcom-tool-kit/tree/main/
|
|
8
|
+
- [`@dotcom-tool-kit/doppler`](https://github.com/Financial-Times/dotcom-tool-kit/tree/main/lib/doppler)
|
|
9
9
|
- [`@dotcom-tool-kit/hako`](https://github.com/Financial-Times/dotcom-tool-kit/tree/main/plugins/hako)
|
|
10
10
|
- [`@dotcom-tool-kit/node`](https://github.com/Financial-Times/dotcom-tool-kit/tree/main/plugins/node)
|
|
11
11
|
|
|
@@ -13,7 +13,7 @@ This bootstrap plugin is also preconfigured to run the `Node` task on the comman
|
|
|
13
13
|
|
|
14
14
|
## Installation & Usage
|
|
15
15
|
|
|
16
|
-
With Tool Kit [already set up](https://github.com/financial-times/dotcom-tool-kit#installing-
|
|
16
|
+
With Tool Kit [already set up](https://github.com/financial-times/dotcom-tool-kit#installing-tool-kit), install this plugin as a dev dependency:
|
|
17
17
|
|
|
18
18
|
```sh
|
|
19
19
|
npm install --save-dev @dotcom-tool-kit/containerised-app
|