Skip to content

Commit

Permalink
Merge pull request #51 from artem-solovev/gloc-4
Browse files Browse the repository at this point in the history
#4 #26 #28 #31 #44 #48 Major update
  • Loading branch information
kas-elvirov authored Mar 30, 2019
2 parents d9ce7ff + 2599266 commit af817a8
Show file tree
Hide file tree
Showing 9 changed files with 194 additions and 355 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ___
# Browser extension GLOC ( [Chrome](https://chrome.google.com/webstore/detail/gloc-github-counter-lines/kaodcnpebhdbpaeeemkiobcokcnegdki?utm_source=chrome-ntp-icon), [Opera]() )
![Chrome](screens/browsers/chrome.png)
![Opera](screens/browsers/opera.png)
## **Current version: 7.7.1** ( 2019, 24 march )
## **Current version: 8.0.0** ( 2019, 30 march )
## **Initial release 2.0.1** ( 2017, 12 february )


Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"short_name": "__MSG_shortName__",
"author": "__MSG_author__",
"description": "__MSG_description__",
"version": "7.7.1",
"version": "8.0.0",

"browser_action": {
"default_icon": "img/icon128.png",
Expand Down
22 changes: 21 additions & 1 deletion package-lock.json

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

6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gloc",
"version": "7.7.1",
"version": "8.0.0",
"description": "Extension counts the number of lines of code in GitHub pages.",
"main": "index.js",
"scripts": {
Expand All @@ -24,6 +24,7 @@
"homepage": "https://github.com/artem-solovev/gloc#readme",
"devDependencies": {
"@types/chrome": "0.0.81",
"@types/jquery": "^3.3.29",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.6",
"babel-loader": "^7.1.5",
Expand All @@ -45,5 +46,8 @@
"url-loader": "^1.1.2",
"webpack": "^4.29.0",
"webpack-cli": "^3.3.0"
},
"dependencies": {
"jquery": "^3.3.1"
}
}
Loading

0 comments on commit af817a8

Please sign in to comment.