Skip to content

Commit ad3ef2c

Browse files
authored
Merge pull request #2 from crowdin-modules/fix-repo
Fix repo
2 parents ffd3d8d + fa5786b commit ad3ef2c

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "crowdin-glossary",
3-
"description": "Create and upload glossaries using the Crowdin API",
43
"version": "0.0.0-development",
4+
"description": "Create and upload glossaries using the Crowdin API",
5+
"repository": "https://github.com/crowdin-modules/crowdin-glossary",
56
"main": "index.js",
67
"license": "MIT",
78
"dependencies": {
@@ -31,9 +32,5 @@
3132
"env": [
3233
"jest"
3334
]
34-
},
35-
"repository": {
36-
"type": "git",
37-
"url": "https://github.com/crowdin-modules/crowdin-glossary.git"
3835
}
3936
}

readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Create and upload glossaries using the Crowdin API
44

5+
![glossary screenshot](https://user-images.githubusercontent.com/2289/36569408-8a4ad454-17e2-11e8-8a5b-9c394db0eafd.png)
6+
57
> With Glossary, you can create, store, and manage all the project terminology in one place. The main aim of terminology is to explain some specific terms or the ones often used in the project, so they can be translated properly and consistently.
68
79
See

0 commit comments

Comments
 (0)