Skip to content

Commit ccceb83

Browse files
committed
updated the release version
1 parent 77eaf75 commit ccceb83

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"type": "commonjs",
2727
"name": "@rover-tools/engine",
2828
"description": "Rover-Engine is a SAM module generating system, which generates SAM projects based on user requirements. It will have a set of predefined stacks(Auth, CRUD) which are commonly used and a option to define our custom stacks. It is designed using typescript with SAM CLI support. Currently, it is a CLI-based library that supports Node and Python with a limited set of AWS services.",
29-
"version": "0.0.49",
29+
"version": "0.0.52",
3030
"main": "dist/bin/init.js",
3131
"scripts": {
3232
"clean": "shx rm -rf dist/*",

src/utlities/utilities.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ export function installDependencies(
4747
}
4848
export function setupTestEnv(dependency: string, appname: string): void {
4949
if (dependency == "npm") {
50-
5150
exec("npm --prefix " + pwd + appname + "/ install aws-sdk --save");
5251
exec("npm --prefix " + pwd + appname + "/ install jest --save");
5352
}

0 commit comments

Comments
 (0)