Skip to content

Commit

Permalink
Merge pull request #47 from fletch-r/46-support-for-configuration-files
Browse files Browse the repository at this point in the history
#46 support for configuration files
  • Loading branch information
fletch-r authored Sep 25, 2024
2 parents 2fd1fdd + 68a1719 commit 8f80df4
Show file tree
Hide file tree
Showing 11 changed files with 323 additions and 68 deletions.
211 changes: 197 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 8 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,19 +149,22 @@
"deploy": "node gitmoji.js && vsce package && vsce publish"
},
"devDependencies": {
"@types/vscode": "^1.76.0",
"@types/glob": "^8.1.0",
"@types/mocha": "^10.0.1",
"@types/node": "16.x",
"@types/vscode": "^1.76.0",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"@vscode/test-electron": "^2.3.0",
"eslint": "^8.36.0",
"glob": "^8.1.0",
"mocha": "^10.2.0",
"typescript": "^4.9.5",
"ts-loader": "^9.4.2",
"typescript": "^4.9.5",
"webpack": "^5.76.3",
"webpack-cli": "^5.0.1",
"@vscode/test-electron": "^2.3.0"
"webpack-cli": "^5.0.1"
},
"dependencies": {
"cosmiconfig": "^9.0.0"
}
}
}
Loading

0 comments on commit 8f80df4

Please sign in to comment.