Skip to content

Commit

Permalink
Merge pull request #4 from gemini-testing/fix/move-nested-error-stacks
Browse files Browse the repository at this point in the history
fix: move nested-error-stacks package to dependencies
  • Loading branch information
TheNech authored Oct 7, 2019
2 parents 9286ee3 + 19429b9 commit 9df01b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hermione-headless-chrome",
"version": "0.0.1",
"version": "0.0.2",
"description": "Plugin for hermione to run integration tests on headless Chromium",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -32,7 +32,6 @@
"eslint": "^6.2.2",
"eslint-config-gemini-testing": "^2.8.0",
"mocha": "^6.2.0",
"nested-error-stacks": "^2.1.0",
"proxyquire": "^2.1.3",
"qemitter": "^2.0.0",
"sinon": "^7.4.1"
Expand All @@ -44,6 +43,7 @@
"gemini-configparser": "^1.0.0",
"got": "^9.6.0",
"lodash": "^4.17.15",
"nested-error-stacks": "^2.1.0",
"ora": "^3.4.0"
}
}

0 comments on commit 9df01b5

Please sign in to comment.