1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-14 20:10:05 +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==", "integrity": "sha512-hICVRU3XFb1WJN84r3NHecLAVb1VqtpYS8dUsX60zG3IHhWUlSg+LGOpuD5UQeHrV6xPElUO3NQktRdWMIMCvg==",
"dev": true "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": { "node_modules/@sasjs/lint": {
"version": "1.11.2", "version": "1.11.2",
"resolved": "https://registry.npmjs.org/@sasjs/lint/-/lint-1.11.2.tgz", "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": { "@sasjs/lint": {
"version": "1.11.2", "version": "1.11.2",
"resolved": "https://registry.npmjs.org/@sasjs/lint/-/lint-1.11.2.tgz", "resolved": "https://registry.npmjs.org/@sasjs/lint/-/lint-1.11.2.tgz",

View File

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