Skip to content

Commit

Permalink
Revert changes to dependencies and devDependencies
Browse files Browse the repository at this point in the history
Move the dependencies to run the govuk-elements app into
devDependencies.

Ensure that the dependencies for the govuk-elements-sass package are in
dependencies.

For this to work on Heroku, production mode will need to be disabled.
  • Loading branch information
gemmaleigh committed Apr 10, 2017
1 parent cbbb919 commit f6199fd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@
"node": ">=6.0"
},
"dependencies": {
"govuk_frontend_toolkit": "^5.2.0"
},
"devDependencies": {
"body-parser": "^1.14.1",
"consolidate": "^0.10.0",
"express": "4.13.3",
"express-nunjucks": "^0.9.3",
"express-writer": "0.0.4",
"govuk_frontend_toolkit": "^5.2.0",
"govuk_template_jinja": "0.19.2",
"grunt": "0.4.5",
"grunt-cli": "0.1.13",
Expand Down

0 comments on commit f6199fd

Please sign in to comment.