Skip to content

Commit 19fb737

Browse files
committed
Renamed dependency opn-cli to open-cli
Signed-off-by: Jaid <jaid.jsx@gmail.com>
1 parent 9be8cca commit 19fb737

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

package-lock.json

Lines changed: 12 additions & 12 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
@@ -16,7 +16,7 @@
1616
"eslint": "^5.16.0",
1717
"eslint-config-jaid": "^1.12.0",
1818
"jest": "^24.8.0",
19-
"opn-cli": "^5.0.0",
19+
"open-cli": "^5.0.0",
2020
"rimraf": "^2.6.3",
2121
"webpack-config-jaid": "^3.21.0"
2222
},
@@ -31,6 +31,6 @@
3131
"test:coverage": "npm run test:dev -- --coverage --json --outputFile=dist/jest/stats.json",
3232
"test:dev": "NODE_ENV=test jest --runInBand",
3333
"test:debug": "DEBUG=\"$(basename $PWD),$(basename $PWD):*\" NODE_ENV=test node --inspect=9229 node_modules/jest/bin/jest.js --runInBand",
34-
"release": "npm run clean && npm test && git tag v$npm_package_version && git push --tags && opn https://github.com/$npm_package_author_name/$(basename $PWD)/releases/new?tag=v$npm_package_version"
34+
"release": "npm run clean && npm test && git tag v$npm_package_version && git push --tags && open-cli https://github.com/$npm_package_author_name/$(basename $PWD)/releases/new?tag=v$npm_package_version"
3535
}
3636
}

0 commit comments

Comments
 (0)