Skip to content

Commit bb1efb6

Browse files
committed
[INTERNAL] Updated dependency opn-cli to open-cli
1 parent 6f07e5e commit bb1efb6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

npm-shrinkwrap.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"unit-inspect": "cross-env UI5_LOG_LVL=verbose node --inspect-brk node_modules/ava/profile.js",
3333
"coverage": "nyc npm run unit",
3434
"coverage-xunit": "nyc --reporter=text --reporter=text-summary --reporter=cobertura npm run unit-xunit",
35-
"jsdoc": "npm run jsdoc-generate && opn jsdocs/index.html",
35+
"jsdoc": "npm run jsdoc-generate && open-cli jsdocs/index.html",
3636
"jsdoc-generate": "node_modules/.bin/jsdoc -c ./jsdoc.json ./lib/ || (echo 'Error during JSDoc generation! Check log.' && exit 1)",
3737
"preversion": "npm test",
3838
"version": "git-chglog --next-tag v$npm_package_version -o CHANGELOG.md && git add CHANGELOG.md",
@@ -127,7 +127,7 @@
127127
"jsdoc": "^3.6.2",
128128
"mock-require": "^3.0.3",
129129
"nyc": "^14.1.1",
130-
"opn-cli": "^5.0.0",
130+
"open-cli": "^5.0.0",
131131
"rimraf": "^2.6.2",
132132
"sinon": "^7.3.2",
133133
"tap-nyan": "^1.1.0",

0 commit comments

Comments
 (0)