diff options
author | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2016-05-26 16:15:59 +0300 |
---|---|---|
committer | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2016-05-26 16:16:15 +0300 |
commit | bdeabc492c80007eec0d1ae9a16b0e20fa483b4a (patch) | |
tree | 118873fa9b16ea11280d32387c3ce641aa90f6e8 /Makefile | |
parent | d5e62136b24c09f96c9e9e63d851cdfd41a7fb88 (diff) | |
download | qtlocation-mapboxgl-bdeabc492c80007eec0d1ae9a16b0e20fa483b4a.tar.gz |
Revert "[build] Use 'npm update --dev' to install devDependencies"
This reverts commit f4ebda09bea82146a0754d319b031cf62c0023e1.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ else endif node_modules: package.json - npm update --dev # Install dependencies but don't run our own install script. + npm update # Install dependencies but don't run our own install script. GYP = deps/run_gyp --depth=. -Goutput_dir=. |