Skip to content

Commit

Permalink
fix(ci): make sure we can compile as a test
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielCastro authored and willy.ovalle@klarna.com committed Aug 15, 2019
1 parent 7253b62 commit 05b883d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@
"scripts": {
"prepublishOnly": "mkdir -p dist && rm -rf dist && tsc -p .",
"lint": "tslint -p .",
"build": "tsc -p .",
"test": " yarn jest"
},
"dependencies": {
"@semantic-release/error": "^2.2.0",
"jira-connector": "^2.10.0",
"jira-connector": "^2.16.0",
"lodash": "^4.17.11",
"tslib": "^1.9.2"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -674,10 +674,10 @@ isstream@~0.1.2:
resolved "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a"
integrity sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=

jira-connector@^2.10.0:
version "2.15.7"
resolved "https://registry.yarnpkg.com/jira-connector/-/jira-connector-2.15.7.tgz#fb1aee9f6a16df0f2b8a3c33057b42fdf977efe9"
integrity sha512-tv49hwAdgT4wOOb2j4vAHOQab7kIq0alWN9g0lq6tJgX4WEe/6FlX41x6A5G3TFE7n9JpUXXaJ17volagc2Jcw==
jira-connector@^2.16.0:
version "2.16.0"
resolved "https://registry.yarnpkg.com/jira-connector/-/jira-connector-2.16.0.tgz#1d811c01157574da6431bec4b0b93142ca7c296b"
integrity sha512-h4HYVYZ8Nbq8uiiCMuuY9Lm3sCi4SS1654GSvLS6nqF2/gFCWlmGx+5fEFAVODKXekjwuOUT3kDZpMzO1Uz6mw==
dependencies:
mime-types "^2.1.24"
oauth "^0.9.12"
Expand Down

0 comments on commit 05b883d

Please sign in to comment.