Skip to content

Commit

Permalink
v3 (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultJanBeyer authored Sep 25, 2023
2 parents ca3bcb3 + 0c1e377 commit 7a7257f
Show file tree
Hide file tree
Showing 172 changed files with 23,598 additions and 13,162 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-actions-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Node.js CI

on:
push:
branches: [ master, main ]
branches: [master, main]
pull_request:

jobs:
Expand All @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 19
node-version: 20
cache: yarn

- run: yarn build
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.idea
.vscode
node_modules
tests/DragSelect.js
.DS_Store
Expand All @@ -8,3 +7,4 @@ package-lock.json
npm-debug.log
original
dist
yarn-error.log
18 changes: 18 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"cSpell.words": [
"clsx",
"draggability",
"dragselect",
"droppables",
"dumpio",
"iconify",
"nodenext",
"prestart",
"quicktest",
"selectables",
"Thibault",
"typecheck",
"vanillajs",
"Vect"
]
}
9 changes: 0 additions & 9 deletions DragSelect/.babelrc

This file was deleted.

2 changes: 2 additions & 0 deletions DragSelect/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ package-lock.json
npm-debug.log
original
dist
src/**/*.js
yarn-error.log
1 change: 0 additions & 1 deletion DragSelect/.prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@
"singleQuote": true,
"trailingComma": "es5",
"jsxBracketSameLine": false,
"parser": "babel",
"semi": false
}
Loading

0 comments on commit 7a7257f

Please sign in to comment.