Skip to content

Commit

Permalink
lots of small cleaning operations
Browse files Browse the repository at this point in the history
  • Loading branch information
kas-elvirov committed Jan 3, 2025
1 parent 770b6af commit eb83f98
Show file tree
Hide file tree
Showing 16 changed files with 636 additions and 6,939 deletions.
11 changes: 0 additions & 11 deletions .babelrc

This file was deleted.

2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VITE_APP_APP_VERSION=10.0.6
VITE_APP_APP_VERSION=10.0.7
VITE_APP_TOKEN_CREATION_LINK=https://github.com/settings/tokens/new?scopes=repo&description=Github%20GLOC
VITE_APP_APPLICATION_REPO=https://github.com/kas-elvirov/gloc
VITE_APP_DEVELOPER_WEBSITE=https://kas-elvirov.com
Expand Down
2 changes: 1 addition & 1 deletion .env.development
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VITE_APP_APP_VERSION=10.0.6
VITE_APP_APP_VERSION=10.0.7
VITE_APP_TOKEN_CREATION_LINK=https://github.com/settings/tokens/new?scopes=repo&description=Github%20GLOC
VITE_APP_APPLICATION_REPO=https://github.com/kas-elvirov/gloc
VITE_APP_DEVELOPER_WEBSITE=https://kas-elvirov.com
Expand Down
2 changes: 1 addition & 1 deletion .env.production
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VITE_APP_APP_VERSION=10.0.6
VITE_APP_APP_VERSION=10.0.7
VITE_APP_TOKEN_CREATION_LINK=https://github.com/settings/tokens/new?scopes=repo&description=Github%20GLOC
VITE_APP_APPLICATION_REPO=https://github.com/kas-elvirov/gloc
VITE_APP_DEVELOPER_WEBSITE=https://kas-elvirov.com
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,6 @@ jspm_packages

# Token
.token

# Release
.gloc_release
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ This Code of Conduct applies both within project spaces and in public spaces whe

## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at kas.elvirov@gmail.com. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at i@kas-elvirov.ru. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.

Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.

Expand Down
40 changes: 20 additions & 20 deletions Gruntfile.js
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
module.exports = function( grunt ) {
grunt.initConfig( {
pkg: grunt.file.readJSON( 'package.json' ),
module.exports = function (grunt) {
grunt.initConfig({
pkg: grunt.file.readJSON('package.json'),

compress: {
main: {
options: {
archive: './gloc_archive.zip',
mode: 'zip',
},
files: [
{
expand: true,
cwd: './dist',
src: '**',
},
],
},
compress: {
main: {
options: {
archive: './gloc_release.zip',
mode: 'zip',
},
});
files: [
{
expand: true,
cwd: './dist',
src: '**',
},
],
},
},
});

grunt.loadNpmTasks( 'grunt-contrib-compress' );
grunt.loadNpmTasks('grunt-contrib-compress');

grunt.registerTask( 'default', ['compress']);
grunt.registerTask('default', ['compress']);
};
2 changes: 1 addition & 1 deletion PRIVACY.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ The entered token is stored in your browser storage only.

## 3. Contacting us

If you have questions about this policy, you can contact us at [kas.elvirov@gmail.com](mailto:kas.elvirov@gmail.com).
If you have questions about this policy, you can contact us at [i@kas-elvirov.ru](mailto:i@kas-elvirov.ru).
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ Any, latest stable versions

## Reporting a Vulnerability

You can report a security related bug in the [GitHub bug tracker](https://github.com/kas-elvirov/gloc/issues) or by [email](kas.elvirov@gmail.com).
You can report a security related bug in the [GitHub bug tracker](https://github.com/kas-elvirov/gloc/issues) or by [email](i@kas-elvirov.ru).

All information will be made public. We do not withhold information from users because they need accurate information to access risk and place controls to remediate the risk.
1 change: 0 additions & 1 deletion config.yml

This file was deleted.

2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"short_name": "Gloc",
"author": "Kas Elvirov",
"description": "Github Gloc - counts locs on GitHub pages",
"version": "10.0.6",
"version": "10.0.7",
"action": {
"default_icon": {
"16": "img/icon16.png",
Expand Down
Loading

0 comments on commit eb83f98

Please sign in to comment.