Skip to content

Commit

Permalink
Merge pull request #116 from Financial-Times/origami-migrations
Browse files Browse the repository at this point in the history
Origami migrations
demo wasn't working, fixed that
origami in components and libraries should be in peer dependencies not dependencies
updated n-ui-foundations to v9
  • Loading branch information
debugwand committed May 19, 2022
2 parents bf9bca2 + 3078d53 commit 13c5f8d
Show file tree
Hide file tree
Showing 5 changed files with 67 additions and 235 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -90,7 +90,7 @@ jobs:
.circleci/shared-helpers
- *restore_npm_cache
- node/install-npm:
version: "7"
version: "^7"
- run:
name: Install project dependencies
command: make install
Expand Down
1 change: 1 addition & 0 deletions demos/app.js
Expand Up @@ -42,6 +42,7 @@ fs.readdirSync(rootDirectory).forEach(filename => {

app.set('views', __dirname);
app.set('view engine', '.html');
app.use('/public', express.static('public'));

app.engine('.html', new PageKitHandlebars({
cache: false,
Expand Down

0 comments on commit 13c5f8d

Please sign in to comment.