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

fix: renaming outcat to outlib for wider compatibility

This commit is contained in:
Allan Bowe
2022-01-20 09:14:11 +00:00
parent ccc9dfa4aa
commit 9fb218f0be
4 changed files with 191 additions and 87 deletions

View File

@@ -33,9 +33,6 @@
"prepare": "git rev-parse --git-dir && git config core.hooksPath ./.git-hooks || true"
},
"devDependencies": {
"@sasjs/cli": "^3.4.1"
},
"dependencies": {
"ts-loader": "^9.2.6"
"@sasjs/cli": "3.6.0"
}
}