Skip to content

Commit

Permalink
Upgraded package versions and changed make file to use clean install
Browse files Browse the repository at this point in the history
  • Loading branch information
s-weigand committed Oct 12, 2020
1 parent ec0d6c4 commit 26bfe83
Show file tree
Hide file tree
Showing 3 changed files with 558 additions and 460 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -6,8 +6,8 @@ venv: Makefile
virtualenv venv -ppython3
venv/bin/pip install markdown-to-presentation

node_modules: package.json
npm install --silent
node_modules: package.json package-lock.json
npm ci --silent
test -d node_modules
touch node_modules

Expand Down

0 comments on commit 26bfe83

Please sign in to comment.