We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2080e96 commit 3e0c016Copy full SHA for 3e0c016
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "parent-package-json",
3
- "version": "2.0.1",
+ "version": "3.0.0",
4
"description": "Find, read and parse the package.json of the parent module",
5
"main": "build/lib/index.js",
6
"scripts": {
@@ -28,8 +28,8 @@
28
"devDependencies": {
29
"@types/node": "20.2.5",
30
"rome": "12.1.2",
31
- "vitest": "0.31.1",
32
- "typescript": "5.0.4"
+ "typescript": "5.0.4",
+ "vitest": "0.31.1"
33
},
34
"engines": {
35
"node": ">= 18.0.0"
0 commit comments