Skip to content

Commit 0b04fda

Browse files
authored
chore: update some fields in package.json (#1)
1 parent 058bf0c commit 0b04fda

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "The CodeSandbox SDK",
55
"author": "CodeSandbox",
66
"license": "MIT",
7-
"repository": "git+https://github.com/codesandbox/codesandbox-applications.git",
7+
"repository": "git+https://github.com/codesandbox/codesandbox-sdk.git",
88
"bin": {
99
"csb": "dist/bin/codesandbox.js"
1010
},
@@ -93,11 +93,10 @@
9393
"prettier": "^2.2.1",
9494
"semver": "^6.3.0",
9595
"tslib": "^2.1.0",
96+
"typescript": "^5.7.2",
9697
"util": "0.12.5",
9798
"why-is-node-running": "^2.3.0",
9899
"yargs": "^17.7.2"
99100
},
100-
"dependencies": {
101-
"typescript": "^5.7.2"
102-
}
101+
"dependencies": {}
103102
}

0 commit comments

Comments
 (0)