fix
This commit is contained in:
parent
92f632c13c
commit
9248afab5c
@ -24,4 +24,3 @@ child_process.exec ('git log -1 | grep \'\\[no publish\\]\'')
|
|||||||
}
|
}
|
||||||
else { child_process.execSync ('yarn publish --access public'); }
|
else { child_process.execSync ('yarn publish --access public'); }
|
||||||
});
|
});
|
||||||
|
|
||||||
|
18
yarn.lock
18
yarn.lock
@ -23,18 +23,18 @@
|
|||||||
chalk "^2.0.0"
|
chalk "^2.0.0"
|
||||||
js-tokens "^4.0.0"
|
js-tokens "^4.0.0"
|
||||||
|
|
||||||
"@scode/eslint-config-es6@^1.0.1":
|
"@sapphirecode/eslint-config-es6@^1.0.1":
|
||||||
version "1.0.28"
|
version "1.0.29"
|
||||||
resolved "https://npm.scode.ovh/@scode%2feslint-config-es6/-/eslint-config-es6-1.0.28.tgz#95afeb862c49623a2f5d0f64a47761422078f323"
|
resolved "https://registry.yarnpkg.com/@sapphirecode/eslint-config-es6/-/eslint-config-es6-1.0.29.tgz#99bc0604815b64340060852281d6c3c4699d3f5f"
|
||||||
integrity sha512-3E21VH1CBLRgLn6ozBKNDuSYKWPpBv457l9CgH/Zy0wrSNlVrxVcO8miZ4Razq759gkLu1ueslTBePGy+rP6Lg==
|
integrity sha512-0WP7GHJEOIzMIctxZYln8mIgtnrl6OaGrPxswlVobYM3Zueu9OR0tB3dJGbUhZyvtxWk4X48kRjXoz2TzwvvWQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@scode/eslint-config" "^2.0.1"
|
"@sapphirecode/eslint-config" "^2.0.1"
|
||||||
eslint-plugin-import "^2.20.1"
|
eslint-plugin-import "^2.20.1"
|
||||||
|
|
||||||
"@scode/eslint-config@^2.0.1":
|
"@sapphirecode/eslint-config@^2.0.1":
|
||||||
version "2.0.16"
|
version "2.0.18"
|
||||||
resolved "https://npm.scode.ovh/@scode%2feslint-config/-/eslint-config-2.0.16.tgz#99ba872cbdc850d3865dde3d91568fb549980b88"
|
resolved "https://registry.yarnpkg.com/@sapphirecode/eslint-config/-/eslint-config-2.0.18.tgz#cf34983ea65a0fdaa70595599439fae02c9f2e6b"
|
||||||
integrity sha512-Q0GC5T0T5qlGNyv+HJ7zx6VWJMA9tlZcU5TGA+uYI7xyNvumrP40bFeujCCsYJ9BxuEhqfbzW8rmZonzRYNe+w==
|
integrity sha512-Z52Xq9vC8A2Sb/XGNyfwW5+NnrVzW4dJi+Xyy5DLgsPsMGFmYrXyrNQQvyI23OaYx/lx3tiobNZq6F/+38rAMA==
|
||||||
dependencies:
|
dependencies:
|
||||||
eslint-plugin-jsdoc "^24.0.0"
|
eslint-plugin-jsdoc "^24.0.0"
|
||||||
eslint-plugin-node "^11.0.0"
|
eslint-plugin-node "^11.0.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user