Skip to content

Commit ee3ec74

Browse files
authored
Merge pull request #172 from digi-trust/candidate
v1.6.0
2 parents 735e9c2 + b6b0e96 commit ee3ec74

28 files changed

+702
-32
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
docker:
99
# specify the version you desire here
1010
- image: circleci/node:8-browsers
11-
11+
1212
# Specify service dependencies here if necessary
1313
# CircleCI maintains a library of pre-built images
1414
# documented at https://circleci.com/docs/2.0/circleci-images/
@@ -32,7 +32,7 @@ jobs:
3232
paths:
3333
- node_modules
3434
key: v1-dependencies-{{ checksum "package.json" }}
35-
35+
3636
# run tests!
3737
- run:
3838
name: dev server background

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This produces a production build of the `cmp` script and the docs application:
2323

2424
## Documentation
2525

26-
Instructions to install the CMP as well as API docs and examples are available in the `docs`
26+
Instructions to install the CMP as well as API docs and examples are available in the `docs`
2727
application included with the repo.
2828

2929
```sh

package-lock.json

Lines changed: 183 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
"eslint-plugin-react": "^7.0.0",
7676
"extract-text-webpack-plugin": "^3.0.2",
7777
"file-loader": "^1.1.6",
78+
"geckodriver": "^1.11.0",
7879
"html-webpack-plugin": "^2.28.0",
7980
"identity-obj-proxy": "^3.0.0",
8081
"jasmine": "^3.1.0",

0 commit comments

Comments
 (0)