1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-07 17:40:05 +00:00

fix: adding sasjs/core dependency - see: https://github.com/sasjs/cli/issues/1113

This commit is contained in:
munja
2022-02-05 21:29:03 +01:00
parent 2fe7fba79b
commit df0fa95519
2 changed files with 16 additions and 2 deletions

View File

@@ -33,6 +33,7 @@
"prepare": "git rev-parse --git-dir && git config core.hooksPath ./.git-hooks || true"
},
"devDependencies": {
"@sasjs/cli": "3.6.0"
"@sasjs/cli": "3.6.0",
"@sasjs/core": "4.4.4"
}
}