diff --git a/actions-workflow-parser/package.json b/actions-workflow-parser/package.json index 5a6ef79..66e0b76 100644 --- a/actions-workflow-parser/package.json +++ b/actions-workflow-parser/package.json @@ -41,6 +41,7 @@ }, "dependencies": { "@github/actions-expressions": "^0.1.96", + "cronstrue": "^2.21.0", "yaml": "^2.0.0-8" }, "engines": { diff --git a/package-lock.json b/package-lock.json index 7c6f7f4..4c85100 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,9 +12,6 @@ "./actions-languageserver", "./browser-playground" ], - "dependencies": { - "cronstrue": "^2.21.0" - }, "devDependencies": { "lerna": "^6.0.3" } @@ -89,6 +86,7 @@ "license": "MIT", "dependencies": { "@github/actions-expressions": "^0.1.96", + "cronstrue": "^2.21.0", "yaml": "^2.0.0-8" }, "devDependencies": { @@ -14584,6 +14582,7 @@ "@types/jest": "^29.0.3", "@typescript-eslint/eslint-plugin": "^5.40.0", "@typescript-eslint/parser": "^5.40.0", + "cronstrue": "*", "eslint": "7.32.0", "jest": "^29.0.3", "prettier": "^2.7.1", diff --git a/package.json b/package.json index 6032727..d28e7ac 100644 --- a/package.json +++ b/package.json @@ -10,8 +10,5 @@ "devDependencies": { "lerna": "^6.0.3" }, - "name": "actions-languageservices", - "dependencies": { - "cronstrue": "^2.21.0" - } + "name": "actions-languageservices" }