Skip to content

Commit 8d6d944

Browse files
authored
fix: js-yaml is actually a dependency (#122)
1 parent 8dc8391 commit 8d6d944

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
"axios": "^0.27.2",
5252
"bluebird": "^3.7.2",
5353
"dockerode": "^3.3.4",
54+
"js-yaml": "^4.1.0",
5455
"tar-fs": "^2.1.1"
5556
},
5657
"devDependencies": {
@@ -61,7 +62,6 @@
6162
"eslint-plugin-import": "^2.26.0",
6263
"fs-extra": "^10.1.0",
6364
"jest": "^29.0.3",
64-
"js-yaml": "^4.1.0",
6565
"rewire": "^6.0.0"
6666
}
6767
}

0 commit comments

Comments
 (0)