mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-19 05:10:35 +03:00
Merge branch 'master' of https://github.com/KingSora/OverlayScrollbars
This commit is contained in:
@@ -2,7 +2,8 @@
|
|||||||
// README at: https://github.com/devcontainers/templates/tree/main/src/typescript-node
|
// README at: https://github.com/devcontainers/templates/tree/main/src/typescript-node
|
||||||
{
|
{
|
||||||
"name": "Node.js & TypeScript",
|
"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 to add to the dev container. More info: https://containers.dev/features.
|
||||||
// "features": {},
|
// "features": {},
|
||||||
@@ -10,9 +11,6 @@
|
|||||||
// Use 'forwardPorts' to make a list of ports inside the container available locally.
|
// Use 'forwardPorts' to make a list of ports inside the container available locally.
|
||||||
// "forwardPorts": [],
|
// "forwardPorts": [],
|
||||||
|
|
||||||
// Use 'postCreateCommand' to run commands after the container is created.
|
|
||||||
// "postCreateCommand": "yarn install",
|
|
||||||
|
|
||||||
// Configure tool-specific properties.
|
// Configure tool-specific properties.
|
||||||
// "customizations": {},
|
// "customizations": {},
|
||||||
|
|
||||||
|
|||||||
@@ -110,5 +110,8 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"cli": {
|
||||||
|
"analytics": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Generated
+1
-1
@@ -42,7 +42,7 @@
|
|||||||
},
|
},
|
||||||
"../../packages/overlayscrollbars/dist": {
|
"../../packages/overlayscrollbars/dist": {
|
||||||
"name": "overlayscrollbars",
|
"name": "overlayscrollbars",
|
||||||
"version": "2.0.0",
|
"version": "2.0.1",
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
},
|
},
|
||||||
"../dist": {
|
"../dist": {
|
||||||
|
|||||||
Generated
-2
@@ -5,8 +5,6 @@
|
|||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "react",
|
|
||||||
"version": "0.0.0",
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"overlayscrollbars": "file:../../packages/overlayscrollbars/dist",
|
"overlayscrollbars": "file:../../packages/overlayscrollbars/dist",
|
||||||
"overlayscrollbars-react": "file:../../packages/overlayscrollbars-react/dist",
|
"overlayscrollbars-react": "file:../../packages/overlayscrollbars-react/dist",
|
||||||
|
|||||||
Generated
+1
-1
@@ -47,7 +47,7 @@
|
|||||||
},
|
},
|
||||||
"../../packages/overlayscrollbars/dist": {
|
"../../packages/overlayscrollbars/dist": {
|
||||||
"name": "overlayscrollbars",
|
"name": "overlayscrollbars",
|
||||||
"version": "2.0.0",
|
"version": "2.0.1",
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
},
|
},
|
||||||
"node_modules/@cloudflare/workers-types": {
|
"node_modules/@cloudflare/workers-types": {
|
||||||
|
|||||||
Generated
+1
-1
@@ -31,7 +31,7 @@
|
|||||||
},
|
},
|
||||||
"../../packages/overlayscrollbars/dist": {
|
"../../packages/overlayscrollbars/dist": {
|
||||||
"name": "overlayscrollbars",
|
"name": "overlayscrollbars",
|
||||||
"version": "2.0.0",
|
"version": "2.0.1",
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
},
|
},
|
||||||
"node_modules/@ampproject/remapping": {
|
"node_modules/@ampproject/remapping": {
|
||||||
|
|||||||
Regular → Executable
Regular → Executable
Reference in New Issue
Block a user