Skip to content

Commit

Permalink
Merge pull request #9068 from vector-im/dbkr/olm_isnt_optional
Browse files Browse the repository at this point in the history
Change olm dependency to normal dep
  • Loading branch information
dbkr committed Mar 6, 2019
2 parents acb8afa + 34d875c commit 1b6da01
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 37 deletions.
65 changes: 34 additions & 31 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
"matrix-js-sdk": "1.0.1",
"matrix-react-sdk": "1.0.3",
"modernizr": "^3.6.0",
"olm": "https://matrix.org/packages/npm/olm/olm-3.1.0-pre1.tgz",
"prop-types": "^15.6.2",
"react": "^15.6.0",
"react-dom": "^15.6.0",
Expand Down Expand Up @@ -147,9 +148,6 @@
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10"
},
"optionalDependencies": {
"olm": "https://matrix.org/packages/npm/olm/olm-3.1.0-pre1.tgz"
},
"build": {
"appId": "im.riot.app",
"electronVersion": "4.0.6",
Expand Down
3 changes: 0 additions & 3 deletions scripts/jenkins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ set -x

npm install

# apparently npm 3.10.3 on node 6.4.0 doesn't upgrade #develop target with npm install unless explicitly asked.
npm install olm

# check out corresponding branches of dependencies.
#
# clone the deps with depth 1: we know we will only ever need that one
Expand Down

0 comments on commit 1b6da01

Please sign in to comment.