Skip to content

Commit

Permalink
Updated the webgme version and fixed related bugs. Fixes #1078 (#1079)
Browse files Browse the repository at this point in the history
* WIP #1078 replaced npm-shrinkwrap with package-lock

* WIP #1078 updated webgme version

* WIP #1078 fixed the loading of the config for checking the exec env

* WIP #1078 updated broken tests

These are not ideal but they will work for now

* WIP #1078 use npm v5 on travis

* WIP #1078 updated package-lock

* WIP #1078 fixed typo
  • Loading branch information
brollb committed Mar 22, 2018
1 parent 0be3ec4 commit 6474843
Show file tree
Hide file tree
Showing 11 changed files with 5,291 additions and 3,153 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: node_js
services: mongodb
sudo: false
before_install: if [[ `npm -v` != 5* ]]; then npm i -g npm@5; fi
node_js:
- "6.2.1"

0 comments on commit 6474843

Please sign in to comment.