Skip to content

Commit

Permalink
Renamed dependency opn-cli to open-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaid committed May 17, 2019
1 parent b3927a5 commit c3ea9df
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
24 changes: 12 additions & 12 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
Expand Up @@ -14,7 +14,7 @@
"eslint": "^5.16.0",
"eslint-config-jaid": "^1.12.0",
"jest": "^24.8.0",
"opn-cli": "^5.0.0",
"open-cli": "^5.0.0",
"rimraf": "^2.6.3",
"webpack-cli": "^3.3.2",
"webpack-config-jaid": "^3.21.1"
Expand All @@ -30,6 +30,6 @@
"test:coverage": "npm run test:dev -- --coverage --json --outputFile=dist/jest/stats.json",
"test:dev": "NODE_ENV=test jest --runInBand",
"test:debug": "DEBUG=\"$(basename $PWD),$(basename $PWD):*\" NODE_ENV=test node --inspect=9229 node_modules/jest/bin/jest.js --runInBand",
"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"
"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"
}
}

0 comments on commit c3ea9df

Please sign in to comment.