Skip to content

Commit

Permalink
Merge pull request #666 from alphagov/fix-acorn-warning
Browse files Browse the repository at this point in the history
Add acorn dependency to fix npm warning
  • Loading branch information
joelanman authored Jan 4, 2019
2 parents 301a701 + d04f6c6 commit 02e7a72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

Fixes:

- [#666 Add acorn dependency to fix npm warning](https://github.com/alphagov/govuk-prototype-kit/pull/666)
- [#647 Fix link context in step-by-step templates](https://github.com/alphagov/govuk-prototype-kit/pull/647)

Internal:
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
]
},
"devDependencies": {
"acorn": "^6.0.5",
"jest": "^23.6.0",
"standard": "^12.0.1",
"supertest": "^3.0.0"
Expand Down

0 comments on commit 02e7a72

Please sign in to comment.