1
0
mirror of https://github.com/sasjs/core.git synced 2025-12-11 06:24:35 +00:00

Merge pull request #216 from sasjs/cli-issue-1113

chore(dep): removed sasjs/core and bumped sasjs/cli
This commit is contained in:
Allan Bowe
2022-04-14 18:25:17 +03:00
committed by GitHub
2 changed files with 0 additions and 13 deletions

10
package-lock.json generated
View File

@@ -73,11 +73,6 @@
"integrity": "sha512-hICVRU3XFb1WJN84r3NHecLAVb1VqtpYS8dUsX60zG3IHhWUlSg+LGOpuD5UQeHrV6xPElUO3NQktRdWMIMCvg==",
"dev": true
},
"node_modules/@sasjs/core": {
"version": "4.18.13",
"resolved": "https://registry.npmjs.org/@sasjs/core/-/core-4.18.13.tgz",
"integrity": "sha512-yV1v0xw6YMG6wKbf8hlfo9XShVtxEe7+E5wtnT5jFZWSF9ore6nVzW7ChU45asf9KQdQ+HUHNZJ1utnOE4zdQw=="
},
"node_modules/@sasjs/lint": {
"version": "1.11.2",
"resolved": "https://registry.npmjs.org/@sasjs/lint/-/lint-1.11.2.tgz",
@@ -1822,11 +1817,6 @@
}
}
},
"@sasjs/core": {
"version": "4.18.13",
"resolved": "https://registry.npmjs.org/@sasjs/core/-/core-4.18.13.tgz",
"integrity": "sha512-yV1v0xw6YMG6wKbf8hlfo9XShVtxEe7+E5wtnT5jFZWSF9ore6nVzW7ChU45asf9KQdQ+HUHNZJ1utnOE4zdQw=="
},
"@sasjs/lint": {
"version": "1.11.2",
"resolved": "https://registry.npmjs.org/@sasjs/lint/-/lint-1.11.2.tgz",

View File

@@ -34,8 +34,5 @@
},
"devDependencies": {
"@sasjs/cli": "3.13.0"
},
"dependencies": {
"@sasjs/core": "^4.18.13"
}
}