-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from textlint-rule/transfer
chore(pkg): transfer to textlint-rule
- Loading branch information
Showing
5 changed files
with
3,029 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,14 +2,14 @@ | |
"name": "textlint-rule-unexpanded-acronym", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/azu/textlint-rule-unexpanded-acronym.git" | ||
"url": "git+https://github.com/textlint-rule/textlint-rule-unexpanded-acronym.git" | ||
}, | ||
"author": "azu", | ||
"email": "[email protected]", | ||
"homepage": "https://github.com/azu/textlint-rule-unexpanded-acronym", | ||
"homepage": "https://github.com/textlint-rule/textlint-rule-unexpanded-acronym", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/azu/textlint-rule-unexpanded-acronym/issues" | ||
"url": "https://github.com/textlint-rule/textlint-rule-unexpanded-acronym/issues" | ||
}, | ||
"version": "1.2.2", | ||
"description": "textlint rule that check unexpanded acronym word.", | ||
|
@@ -22,23 +22,17 @@ | |
"test": "test" | ||
}, | ||
"scripts": { | ||
"build": "babel src --out-dir lib --source-maps", | ||
"watch": "babel src --out-dir lib --watch --source-maps", | ||
"build": "textlint-scripts build", | ||
"watch": "textlint-scripts build --watch", | ||
"prepublish": "npm run --if-present build", | ||
"test": "mocha" | ||
"test": "textlint-scripts test" | ||
}, | ||
"keywords": [ | ||
"textlint", | ||
"rule" | ||
"textlintrule" | ||
], | ||
"devDependencies": { | ||
"babel-cli": "^6.3.17", | ||
"babel-plugin-add-module-exports": "^0.1.2", | ||
"babel-preset-es2015": "^6.3.13", | ||
"espower-babel": "^4.0.1", | ||
"mocha": "^2.3.4", | ||
"power-assert": "^1.2.0", | ||
"textlint-tester": "^0.4.1" | ||
"textlint-scripts": "^2.1.0" | ||
}, | ||
"dependencies": { | ||
"array-includes": "^3.0.1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
--compilers js:espower-babel/guess | ||
--require textlint-scripts/register |
Oops, something went wrong.