standard-version-updater-yaml
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -5,2 +5,14 @@ # Changelog | ||
### [1.0.1](https://github.com/coldfrontlabs/standard-version-updater-yaml/compare/v1.0.0...v1.0.1) (2019-12-13) | ||
### Build System | ||
* **npm:** disallow .files from being packaged ([f2c6c0b](https://github.com/coldfrontlabs/standard-version-updater-yaml/commit/f2c6c0b37a8d3465dc3059ca93b1361201d27545)) | ||
### Documentation | ||
* **general:** update example of usage to not cause a warning ([6e639a0](https://github.com/coldfrontlabs/standard-version-updater-yaml/commit/6e639a050a5c80e8602738c974f05bb94c78f3cb)) | ||
## 1.0.0 (2019-12-10) | ||
@@ -7,0 +19,0 @@ |
{ | ||
"name": "standard-version-updater-yaml", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A YAML updater for standard-version.", | ||
"main": "index.js", | ||
"files": [ | ||
"index.js" | ||
], | ||
"scripts": { | ||
@@ -7,0 +10,0 @@ "commit": "npx git cz", |
@@ -21,3 +21,3 @@ # standard-version-updater-yaml | ||
```jsx | ||
const standardVersionUpdaterYaml = require("standard-version-updater-yaml"); | ||
const standardVersionUpdaterYaml = require.resolve("standard-version-updater-yaml"); | ||
@@ -43,3 +43,3 @@ module.exports = { | ||
filename: "file.yml", | ||
updater: require("standard-version-updater-yaml") | ||
updater: require.resolve("standard-version-updater-yaml") | ||
} | ||
@@ -46,0 +46,0 @@ ] |
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
6502
5
7
1