Skip to content

Commit d267ecd

Browse files
Bump node-read-yaml from 0.0.1 to 1.0.1 (#38)
* Bump node-read-yaml from 0.0.1 to 1.0.1 Bumps [node-read-yaml](https://github.com/dailyrandomphoto/node-read-yaml) from 0.0.1 to 1.0.1. - [Release notes](https://github.com/dailyrandomphoto/node-read-yaml/releases) - [Commits](https://github.com/dailyrandomphoto/node-read-yaml/commits/v1.0.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Bump node-read-yaml-files from 0.0.1 to 1.0.1 Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: dailyrandomphoto <dailyrandomphoto@gmail.com>
1 parent 063668a commit d267ecd

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,17 @@
88
"lint:fix": "xo --fix",
99
"test": "mocha test/index.js",
1010
"test:cov": "nyc npm run test",
11-
"test:loop": "while npm test --silent; do :; done"
11+
"test:loop": "while npm test --silent; do :; done",
12+
"preinstall": "unlink-self 2>&1 | echo unlink-self"
1213
},
1314
"dependencies": {
1415
"fs-extra": "^8.1.0",
1516
"id-generators": "^1.0.3",
1617
"iso-639-1": "^2.1.0",
1718
"locale-code": "^2.0.2",
1819
"nanoid-good": "^1.3.0",
19-
"node-read-yaml": "0.0.1",
20-
"node-read-yaml-files": "0.0.1",
20+
"node-read-yaml": "1.0.1",
21+
"node-read-yaml-files": "1.0.1",
2122
"proper-lockfile": "^4.1.1",
2223
"valid-url": "^1.0.9"
2324
},
@@ -28,6 +29,7 @@
2829
"mocha": "^6.2.1",
2930
"nyc": "^14.1.1",
3031
"rewire": "^4.0.1",
32+
"unlink-self": "latest",
3133
"xo": "^0.25.3"
3234
},
3335
"keywords": [

0 commit comments

Comments
 (0)