Skip to content

Commit

Permalink
Merge pull request #81 from StevenLangbroek/update-verdaccio-dep
Browse files Browse the repository at this point in the history
chore(deps): less restrictive verdaccio dep in pkg, update dockerfile for verdaccio 4.x stable
  • Loading branch information
bufferoverflow committed Jun 27, 2019
2 parents 4a69d20 + c2beeba commit d4e5d37
Show file tree
Hide file tree
Showing 3 changed files with 549 additions and 182 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN yarn config set registry $VERDACCIO_BUILD_REGISTRY && \



FROM verdaccio/verdaccio:4.x-next
FROM verdaccio/verdaccio:4.0
LABEL maintainer="https://github.com/bufferoverflow/verdaccio-gitlab"

# Go back to root to be able to install the plugin
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"global-tunnel-ng": "2.5.3",
"http-errors": "1.6.3",
"node-cache": "4.2.0",
"verdaccio": "4.0.0"
"verdaccio": "^4.0.0"
},
"devDependencies": {
"@commitlint/cli": "7.0.0",
Expand Down
Loading

0 comments on commit d4e5d37

Please sign in to comment.