Skip to content

Commit 34fbd9a

Browse files
committed
chore(deps): update kuromojin@2
1 parent 8d23b37 commit 34fbd9a

File tree

4 files changed

+3822
-15
lines changed

4 files changed

+3822
-15
lines changed

.babelrc

Lines changed: 0 additions & 4 deletions
This file was deleted.

package.json

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,24 +22,19 @@
2222
"test": "test"
2323
},
2424
"scripts": {
25-
"build": "babel src --out-dir lib --source-maps",
26-
"watch": "babel src --out-dir lib --watch --source-maps",
25+
"build": "textlint-scripts build",
26+
"watch": "textlint-scripts build --watch",
2727
"prepublish": "npm run --if-present build",
28-
"test": "mocha"
28+
"test": "textlint-scripts test"
2929
},
3030
"keywords": [
3131
"textlint",
3232
"textlintrule"
3333
],
3434
"devDependencies": {
35-
"babel-cli": "^6.3.17",
36-
"babel-plugin-add-module-exports": "^0.1.2",
37-
"babel-preset-es2015": "^6.3.13",
38-
"babel-register": "^6.3.13",
39-
"mocha": "^2.3.4",
40-
"textlint-tester": "^1.2.0"
35+
"textlint-scripts": "^3.0.0"
4136
},
4237
"dependencies": {
43-
"kuromojin": "^1.1.0"
38+
"kuromojin": "^2.0.0"
4439
}
4540
}

test/mocha.opts

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)