mirror of
https://github.com/twbs/bootstrap.git
synced 2025-07-23 00:02:20 -04:00
Compare commits
7 Commits
e4f0d61c8f
...
32147914d4
Author | SHA1 | Date | |
---|---|---|---|
|
32147914d4 | ||
|
9ffd923442 | ||
|
00d4639400 | ||
|
1a7ae00f52 | ||
|
6c5fd8bc9f | ||
|
a70e8c04f4 | ||
|
7cccbe9621 |
@ -21,7 +21,7 @@ jobs:
|
||||
# allow calibreapp/image-actions to update PRs
|
||||
pull-requests: write
|
||||
steps:
|
||||
- name: Checkout Repo
|
||||
- name: Clone repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
persist-credentials: false
|
||||
|
2
.github/workflows/cspell.yml
vendored
2
.github/workflows/cspell.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
||||
persist-credentials: false
|
||||
|
||||
- name: Run cspell
|
||||
uses: streetsidesoftware/cspell-action@v4
|
||||
uses: streetsidesoftware/cspell-action@v5
|
||||
with:
|
||||
config: ".cspell.json"
|
||||
files: "**/*.md"
|
||||
|
1206
package-lock.json
generated
1206
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -104,8 +104,8 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.23.0",
|
||||
"@babel/core": "^7.23.2",
|
||||
"@babel/preset-env": "^7.23.2",
|
||||
"@babel/core": "^7.23.3",
|
||||
"@babel/preset-env": "^7.23.3",
|
||||
"@popperjs/core": "^2.11.8",
|
||||
"@rollup/plugin-babel": "^6.0.4",
|
||||
"@rollup/plugin-commonjs": "^25.0.7",
|
||||
@ -115,7 +115,7 @@
|
||||
"bundlewatch": "^0.3.3",
|
||||
"clean-css-cli": "^5.6.2",
|
||||
"cross-env": "^7.0.3",
|
||||
"eslint": "^8.52.0",
|
||||
"eslint": "^8.54.0",
|
||||
"eslint-config-xo": "^0.43.1",
|
||||
"eslint-plugin-html": "^7.1.0",
|
||||
"eslint-plugin-import": "^2.29.0",
|
||||
@ -124,7 +124,7 @@
|
||||
"find-unused-sass-variables": "^5.0.0",
|
||||
"globby": "^11.1.0",
|
||||
"hammer-simulator": "0.0.1",
|
||||
"hugo-bin": "^0.116.3",
|
||||
"hugo-bin": "^0.116.4",
|
||||
"ip": "^2.0.0",
|
||||
"jasmine": "^4.6.0",
|
||||
"jquery": "^3.7.1",
|
||||
|
@ -78,10 +78,10 @@ With dependencies installed and our project folder ready for us to start coding,
|
||||
|
||||
<!-- eslint-skip -->
|
||||
```js
|
||||
const path = require('path')
|
||||
import { resolve } from 'path'
|
||||
|
||||
export default {
|
||||
root: path.resolve(__dirname, 'src'),
|
||||
root: resolve(__dirname, 'src'),
|
||||
build: {
|
||||
outDir: '../dist'
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user