-
Notifications
You must be signed in to change notification settings - Fork 0
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 #5 from textlint-rule/module-interop
chore(deps): upgrade dependencies
- Loading branch information
Showing
6 changed files
with
3,791 additions
and
52 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-rousseau", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/azu/textlint-rule-rousseau.git" | ||
"url": "git+https://github.com/textlint-rule/textlint-rule-rousseau.git" | ||
}, | ||
"author": "azu", | ||
"email": "[email protected]", | ||
"homepage": "https://github.com/azu/textlint-rule-rousseau", | ||
"homepage": "https://github.com/textlint-rule/textlint-rule-rousseau", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/azu/textlint-rule-rousseau/issues" | ||
"url": "https://github.com/textlint-rule/textlint-rule-rousseau/issues" | ||
}, | ||
"version": "1.4.5", | ||
"description": "textlint rule check english sentence using rousseau", | ||
|
@@ -22,10 +22,10 @@ | |
"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", | ||
"example": "npm run build && textlint --rulesdir lib README.md" | ||
}, | ||
"keywords": [ | ||
|
@@ -35,19 +35,12 @@ | |
"spellcheck" | ||
], | ||
"devDependencies": { | ||
"babel-cli": "^6.5.1", | ||
"babel-plugin-add-module-exports": "^0.2.1", | ||
"babel-preset-es2015": "^6.5.0", | ||
"babel-register": "^6.5.2", | ||
"mocha": "^2.4.5", | ||
"textlint": "^6.0.1", | ||
"textlint-tester": "^1.1.0" | ||
"textlint-scripts": "^2.1.0" | ||
}, | ||
"dependencies": { | ||
"object-assign": "^4.0.1", | ||
"rousseau": "^1.0.0", | ||
"textlint-rule-helper": "^2.0.0", | ||
"textlint-util-to-string": "^1.2.1", | ||
"textlint-util-to-string": "^2.1.1", | ||
"unist-util-map": "^1.0.2" | ||
} | ||
} |
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 |
---|---|---|
@@ -1 +1 @@ | ||
--compilers js:babel-register | ||
--require textlint-scripts/register |
Oops, something went wrong.