File tree Expand file tree Collapse file tree 4 files changed +3822
-15
lines changed Expand file tree Collapse file tree 4 files changed +3822
-15
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments