Skip to content

Commit

Permalink
maintainance
Browse files Browse the repository at this point in the history
  • Loading branch information
Janik Schumacher committed Nov 20, 2023
1 parent 837752c commit 6641993
Show file tree
Hide file tree
Showing 6 changed files with 613 additions and 723 deletions.
8 changes: 0 additions & 8 deletions .artifactignore

This file was deleted.

1 change: 0 additions & 1 deletion .eslintignore

This file was deleted.

20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "confetti.ts",
"version": "1.0.1",
"version": "1.0.2",
"description": "Canvas Confetti in TypeScript",
"author": {
"name": "Janik Schumacher (LoaderB0T)",
Expand Down Expand Up @@ -39,19 +39,19 @@
"license": "MIT",
"private": false,
"devDependencies": {
"@awdware/eslint-config-base": "^1.0.0",
"@awdware/eslint-config-base": "^1.2.0",
"@awdware/eslint-config-nodejs": "^1.0.0",
"@awdware/prettier-config": "^0.0.2",
"@types/node": "^18.11.15",
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/parser": "^5.46.1",
"cpy-cli": "^4.2.0",
"eslint": "^8.29.0",
"@awdware/prettier-config": "^1.0.0",
"@types/node": "^20.9.2",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"cpy-cli": "^5.0.0",
"eslint": "^8.54.0",
"http-server": "^14.1.1",
"legally": "^3.5.10",
"rimraf": "^3.0.2",
"rimraf": "^5.0.5",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
"typescript": "^5.2.2"
},
"prettier": "@awdware/prettier-config",
"keywords": [
Expand Down
Loading

0 comments on commit 6641993

Please sign in to comment.