Skip to content

Commit

Permalink
fix: @devicescript/cloud dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Mar 29, 2023
1 parent ca2e5bb commit 51dbf67
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions vscode/sampleprj/packages/cloud/package.json
Expand Up @@ -2,13 +2,14 @@
"name": "@devicescript/cloud",
"version": "2.2.16",
"private": false,
"dependencies": {},
"devDependencies": {
"@devicescript/cli": "*",
"dependencies": {
"@devicescript/settings": "*",
"@devicescript/test": "*",
"@devicescript/observables": "*"
},
"devDependencies": {
"@devicescript/cli": "*",
"@devicescript/test": "*"
},
"scripts": {
"setup": "devicescript build",
"build:devicescript": "devicescript build src/main.ts",
Expand All @@ -35,4 +36,4 @@
"publishConfig": {
"access": "public"
}
}
}

0 comments on commit 51dbf67

Please sign in to comment.