changelog-view
Advanced tools
Comparing version 1.8.2 to 1.8.3
@@ -8,2 +8,6 @@ # Changelog | ||
## [1.8.3] - 2019-03-30 | ||
Fix build process not working with npx anymore | ||
## [1.8.2] - 2019-03-05 | ||
@@ -10,0 +14,0 @@ |
@@ -10,4 +10,4 @@ { | ||
"svg-term-cli": "^2.1.1", | ||
"webpack-dev-server": "3.1.1" | ||
"webpack-dev-server": "3.1.11" | ||
} | ||
} |
{ | ||
"name": "changelog-view", | ||
"version": "1.8.2", | ||
"version": "1.8.3", | ||
"description": "Tool to view changelog of package in console", | ||
@@ -25,3 +25,3 @@ "bin": { | ||
"ink-tab": "^2.0.1", | ||
"jest": "^20.0.4", | ||
"jest": "^24.5.0", | ||
"lint-staged": "^7.1.0", | ||
@@ -42,3 +42,4 @@ "marked": "^0.3.19", | ||
"test": "jest", | ||
"build": "webpack --config webpack.config.js && chmod a+x bin/changelog-view && (git commit -m 'build binary' bin/changelog-view || true)", | ||
"build": | ||
"webpack --config webpack.config.js && (git commit -m 'build binary' bin/bin.js || true)", | ||
"prepublishOnly": "npm run build", | ||
@@ -54,7 +55,4 @@ "precommit": "lint-staged" | ||
"lint-staged": { | ||
"*.{js,jsx,json}": [ | ||
"prettier --write", | ||
"git add" | ||
] | ||
"*.{js,jsx,json}": ["prettier --write", "git add"] | ||
} | ||
} |
@@ -1,2 +0,1 @@ | ||
// #!/usr/bin/env node | ||
import minimist from 'minimist'; | ||
@@ -3,0 +2,0 @@ import logger from './logger'; |
@@ -9,3 +9,3 @@ const path = require('path'); | ||
path: path.resolve(__dirname, 'bin'), | ||
filename: 'changelog-view', | ||
filename: 'bin.js', | ||
}, | ||
@@ -12,0 +12,0 @@ module: { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
35
3766
1630287