mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-05-17 03:39:40 +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
|
||||
{
|
||||
"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": {},
|
||||
|
||||
|
||||
@@ -110,5 +110,8 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"cli": {
|
||||
"analytics": false
|
||||
}
|
||||
}
|
||||
|
||||
Generated
+1
-1
@@ -42,7 +42,7 @@
|
||||
},
|
||||
"../../packages/overlayscrollbars/dist": {
|
||||
"name": "overlayscrollbars",
|
||||
"version": "2.0.0",
|
||||
"version": "2.0.1",
|
||||
"license": "MIT"
|
||||
},
|
||||
"../dist": {
|
||||
|
||||
Generated
-2
@@ -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",
|
||||
|
||||
Generated
+1
-1
@@ -47,7 +47,7 @@
|
||||
},
|
||||
"../../packages/overlayscrollbars/dist": {
|
||||
"name": "overlayscrollbars",
|
||||
"version": "2.0.0",
|
||||
"version": "2.0.1",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@cloudflare/workers-types": {
|
||||
|
||||
Generated
+1
-1
@@ -31,7 +31,7 @@
|
||||
},
|
||||
"../../packages/overlayscrollbars/dist": {
|
||||
"name": "overlayscrollbars",
|
||||
"version": "2.0.0",
|
||||
"version": "2.0.1",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@ampproject/remapping": {
|
||||
|
||||
Regular → Executable
Regular → Executable
Reference in New Issue
Block a user