diff options
author | Lauri Ojansivu <x@xet7.org> | 2018-05-19 18:13:43 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2018-05-19 18:13:43 +0300 |
commit | 106b135eba787289a8972da6b679299d15ed105b (patch) | |
tree | 10002dadb8d5a715d8d2e51104c6037bd2b31f6a /snapcraft.yaml | |
parent | 7dfec581282e317985191b28f302bae24534a70f (diff) | |
download | wekan-106b135eba787289a8972da6b679299d15ed105b.tar.gz wekan-106b135eba787289a8972da6b679299d15ed105b.tar.bz2 wekan-106b135eba787289a8972da6b679299d15ed105b.zip |
Use NPM 6.0.1
Diffstat (limited to 'snapcraft.yaml')
-rw-r--r-- | snapcraft.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/snapcraft.yaml b/snapcraft.yaml index 535150b3..d9250392 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -83,7 +83,7 @@ parts: plugin: nodejs node-engine: 8.11.1 node-packages: - - npm@5.5.1 + - npm@6.0.1 - node-gyp - node-pre-gyp - fibers@2.0.0 |