Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Commit

Permalink
Migrate to AtomLinter org (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
yitzchak authored Apr 7, 2017
2 parents 4be0c5c + 42cae03 commit 04f1050
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "linter-spell-word-list",
"version": "0.4.1",
"version": "0.4.2",
"description": "Helper classes to assist in implementation of linter-spell (Atom) dictionaries based on word lists.",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yitzchak/linter-spell-word-list.git"
"url": "git+https://github.com/AtomLinter/linter-spell-word-list.git"
},
"keywords": [
"linter-spell"
Expand All @@ -20,9 +20,9 @@
"author": "Tarn Burton <twburton@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/yitzchak/linter-spell-word-list/issues"
"url": "https://github.com/AtomLinter/linter-spell-word-list/issues"
},
"homepage": "https://github.com/yitzchak/linter-spell-word-list",
"homepage": "https://github.com/AtomLinter/linter-spell-word-list",
"standard": {
"parser": "babel-eslint",
"globals": [
Expand Down

0 comments on commit 04f1050

Please sign in to comment.