Skip to content

Commit

Permalink
Merge pull request #2 from textlint-rule/transfer
Browse files Browse the repository at this point in the history
chore(pkg): transfer to textlint-rule
  • Loading branch information
azu authored Dec 24, 2018
2 parents 26913c7 + b8d9acf commit dd39e69
Show file tree
Hide file tree
Showing 5 changed files with 3,029 additions and 20 deletions.
4 changes: 0 additions & 4 deletions .babelrc

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# textlint-rule-unexpanded-acronym [![Build Status](https://travis-ci.org/azu/textlint-rule-unexpanded-acronym.svg?branch=master)](https://travis-ci.org/azu/textlint-rule-unexpanded-acronym)
# textlint-rule-unexpanded-acronym [![Build Status](https://travis-ci.org/textlint-rule/textlint-rule-unexpanded-acronym.svg?branch=master)](https://travis-ci.org/textlint-rule/textlint-rule-unexpanded-acronym)

[textlint](https://github.com/textlint/textlint "textlint") rule that found Unexpanded Acronym.

Expand Down
22 changes: 8 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion test/mocha.opts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
--compilers js:espower-babel/guess
--require textlint-scripts/register
Loading

0 comments on commit dd39e69

Please sign in to comment.