Skip to content

Commit

Permalink
meta: update for Hyas community health files
Browse files Browse the repository at this point in the history
  • Loading branch information
h-enk committed Jun 23, 2023
1 parent d265a7d commit 14b2936
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 176 deletions.
11 changes: 0 additions & 11 deletions .github/dependabot.yml

This file was deleted.

72 changes: 0 additions & 72 deletions .github/workflows/codeql.yml

This file was deleted.

76 changes: 0 additions & 76 deletions CODE_OF_CONDUCT.md

This file was deleted.

2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021-2023 Henk Verlinde
Copyright (c) 2023 Hyas

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
7 changes: 0 additions & 7 deletions SECURITY.md

This file was deleted.

7 changes: 5 additions & 2 deletions package-lock.json

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

15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
{
"name": "@hyas/images",
"version": "1.0.2",
"description": "Hyas images",
"version": "1.0.1",
"browserslist": [
"defaults"
],
"repository": "https://github.com/h-enk/hyas-images",
"author": "Hyas",
"license": "MIT",
"publishConfig": {
"access": "public"
"repository": {
"type": "git",
"url": "https://github.com/gethyas/images.git"
},
"scripts": {
"clean:install": "shx rm -rf package-lock.json node_modules",
Expand All @@ -18,5 +16,8 @@
"devDependencies": {
"auto-changelog": "^2.4.0",
"shx": "^0.3.4"
},
"engines": {
"node": ">=16.12.0"
}
}

0 comments on commit 14b2936

Please sign in to comment.