File tree 4 files changed +3822
-15
lines changed
4 files changed +3822
-15
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 22
22
"test" : " test"
23
23
},
24
24
"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" ,
27
27
"prepublish" : " npm run --if-present build" ,
28
- "test" : " mocha "
28
+ "test" : " textlint-scripts test "
29
29
},
30
30
"keywords" : [
31
31
" textlint" ,
32
32
" textlintrule"
33
33
],
34
34
"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"
41
36
},
42
37
"dependencies" : {
43
- "kuromojin" : " ^1.1 .0"
38
+ "kuromojin" : " ^2.0 .0"
44
39
}
45
40
}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments