Skip to content

Commit

Permalink
fix(package): revert: add more modules to packager
Browse files Browse the repository at this point in the history
This reverts commit 33d64bc.
  • Loading branch information
tripodsan authored Jun 11, 2019
1 parent 73af556 commit 3242aab
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
9 changes: 2 additions & 7 deletions package-lock.json

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

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
"hyperscript": "^2.0.2",
"ignore": "^5.1.0",
"ini": "^1.3.5",
"ip-regex": "^4.1.0",
"junit-report-builder": "1.3.1",
"lodash": "4.17.11",
"mime-types": "2.1.24",
Expand All @@ -78,7 +77,6 @@
"uri-js": "4.2.2",
"uuid": "3.3.2",
"webpack": "4.33.0",
"xregexp": "^4.2.4",
"yargs": "13.2.2"
},
"devDependencies": {
Expand Down Expand Up @@ -112,7 +110,8 @@
"proxyquire": "^2.1.0",
"semantic-release": "^15.13.12",
"sinon": "7.3.2",
"unzip2": "0.2.5"
"unzip2": "0.2.5",
"xregexp": "^4.2.4"
},
"snyk": true,
"lint-staged": {
Expand Down
2 changes: 1 addition & 1 deletion src/parcel/packager-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module.exports = {
openwhisk: '3.18.0',
'body-parser': '1.18.3',
'cls-hooked': '4.2.2',
// request: '2.88.0',
request: '2.88.0',
'request-promise': '4.2.2',

// webpack isn't really provided by the container, but it injects itself into the list of
Expand Down

0 comments on commit 3242aab

Please sign in to comment.