Skip to content

Commit

Permalink
update repo name to match package name
Browse files Browse the repository at this point in the history
  • Loading branch information
6 committed Jun 21, 2016
1 parent 82a1c8a commit 71c3f3b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# stopwords-json [![CircleCI](https://circleci.com/gh/6/stopwords.svg?style=svg)](https://circleci.com/gh/6/stopwords)
# stopwords-json [![CircleCI](https://circleci.com/gh/6/stopwords-json.svg?style=svg)](https://circleci.com/gh/6/stopwords-json)

Stopwords for various languages in JSON format. Per [Wikipedia](http://en.wikipedia.org/wiki/Stop_words):

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "stopwords-json",
"version": "0.0.3",
"homepage": "https://github.com/6/stopwords",
"homepage": "https://github.com/6/stopwords-json",
"authors": [
"Peter Graham"
],
Expand Down
2 changes: 1 addition & 1 deletion docs/README.tmpl.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# {%= name %} [![CircleCI](https://circleci.com/gh/6/stopwords.svg?style=svg)](https://circleci.com/gh/6/stopwords)
# {%= name %} [![CircleCI](https://circleci.com/gh/6/stopwords-json.svg?style=svg)](https://circleci.com/gh/6/stopwords-json)

{%= description %} Per [Wikipedia](http://en.wikipedia.org/wiki/Stop_words):

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
},
"repository": {
"type": "git",
"url": "http://github.com/6/stopwords.git"
"url": "http://github.com/6/stopwords-json.git"
},
"bugs": {
"url": "http://github.com/6/stopwords/issues"
"url": "http://github.com/6/stopwords-json/issues"
},
"scripts": {
"lint": "jsonlint stopwords-all.json --quiet && jsonlint dist/*.json --quiet",
Expand Down

0 comments on commit 71c3f3b

Please sign in to comment.