This commit is contained in:
Rene Haas
2022-11-25 11:53:02 +01:00
8 changed files with 8 additions and 9 deletions
+2 -4
View File
@@ -2,7 +2,8 @@
// README at: https://github.com/devcontainers/templates/tree/main/src/typescript-node
{
"name": "Node.js & TypeScript",
"image": "mcr.microsoft.com/devcontainers/typescript-node:16-bullseye"
"image": "mcr.microsoft.com/devcontainers/typescript-node:16-bullseye",
"postCreateCommand": "npm i && npm run build:os"
// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},
@@ -10,9 +11,6 @@
// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],
// Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "yarn install",
// Configure tool-specific properties.
// "customizations": {},
+3
View File
@@ -110,5 +110,8 @@
}
}
}
},
"cli": {
"analytics": false
}
}
+1 -1
View File
@@ -42,7 +42,7 @@
},
"../../packages/overlayscrollbars/dist": {
"name": "overlayscrollbars",
"version": "2.0.0",
"version": "2.0.1",
"license": "MIT"
},
"../dist": {
-2
View File
@@ -5,8 +5,6 @@
"requires": true,
"packages": {
"": {
"name": "react",
"version": "0.0.0",
"dependencies": {
"overlayscrollbars": "file:../../packages/overlayscrollbars/dist",
"overlayscrollbars-react": "file:../../packages/overlayscrollbars-react/dist",
+1 -1
View File
@@ -47,7 +47,7 @@
},
"../../packages/overlayscrollbars/dist": {
"name": "overlayscrollbars",
"version": "2.0.0",
"version": "2.0.1",
"license": "MIT"
},
"node_modules/@cloudflare/workers-types": {
+1 -1
View File
@@ -31,7 +31,7 @@
},
"../../packages/overlayscrollbars/dist": {
"name": "overlayscrollbars",
"version": "2.0.0",
"version": "2.0.1",
"license": "MIT"
},
"node_modules/@ampproject/remapping": {
View File
View File