Skip to content

Commit 5bbec91

Browse files
authored
Clean up package.json by removing dependencies
Removed empty dependencies section from package.json.
1 parent 729feb2 commit 5bbec91

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

samples/migrate-sample.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,6 @@ cat > "${OUTPUT_DIR}/${NAME}/package.json" << EOF
5353
"start": "tsc && vite build --base './' && vite",
5454
"build:vite": "vite build --base './'",
5555
"preview": "vite preview"
56-
},
57-
"dependencies": {
58-
5956
}
6057
}
6158
EOF
@@ -69,7 +66,7 @@ cat > "${OUTPUT_DIR}/${NAME}/tsconfig.json" << EOF
6966
"rootDir": "."
7067
},
7168
"include": [
72-
"./*.ts",
69+
"./*.ts"
7370
]
7471
}
7572
EOF

0 commit comments

Comments
 (0)