untracked 1.5.2 → 1.5.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "untracked",
3
3
  "description": "Universal way for ignoring unnecessary common files to fit your bundle",
4
4
  "homepage": "https://github.com/Kikobeats/untracked",
5
- "version": "1.5.2",
5
+ "version": "1.5.4",
6
6
  "main": "src/index.js",
7
7
  "bin": {
8
8
  "untracked": "bin/index.js"
@@ -45,9 +45,9 @@
45
45
  "@commitlint/config-conventional": "latest",
46
46
  "@ksmithut/prettier-standard": "latest",
47
47
  "ci-publish": "latest",
48
- "conventional-github-releaser": "latest",
49
48
  "finepack": "latest",
50
49
  "git-authors-cli": "latest",
50
+ "github-generate-release": "latest",
51
51
  "nano-staged": "latest",
52
52
  "npm-check-updates": "latest",
53
53
  "simple-git-hooks": "latest",
@@ -71,7 +71,7 @@
71
71
  "pretest": "npm run lint",
72
72
  "pretty": "prettier-standard index.js {core,test,bin}/**/*.js --single-quote",
73
73
  "release": "standard-version -a",
74
- "release:github": "conventional-github-releaser -p angular",
74
+ "release:github": "github-generate-release",
75
75
  "release:tags": "git push --follow-tags origin HEAD:master",
76
76
  "test": "exit 0",
77
77
  "update": "ncu -u",
@@ -17,7 +17,7 @@ const readProductionDeps = () => {
17
17
  let output
18
18
  try {
19
19
  output = execSync('npm ls --prod --all --json 2> /dev/null', {
20
- maxBuffer: 1024 * 1024 * 200
20
+ maxBuffer: 1024 * 1024 * 500
21
21
  })
22
22
  } catch (err) {
23
23
  output = err.stdout