File tree Expand file tree Collapse file tree 4 files changed +1654
-1461
lines changed Expand file tree Collapse file tree 4 files changed +1654
-1461
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
- "test" : " mocha test/ " ,
26
- "build" : " NODE_ENV=production babel src --out-dir lib --source-maps " ,
27
- "watch" : " babel src --out-dir lib --watch --source-maps " ,
25
+ "test" : " textlint-scripts test" ,
26
+ "build" : " textlint-scripts build " ,
27
+ "watch" : " textlint-scripts build --watch" ,
28
28
"prepublish" : " npm run --if-present build"
29
29
},
30
30
"keywords" : [
31
31
" eslint" ,
32
32
" textlint"
33
33
],
34
34
"devDependencies" : {
35
- "babel-cli" : " 6.26.0" ,
36
- "babel-preset-es2015" : " 6.24.1" ,
37
- "babel-preset-jsdoc-to-assert" : " 4.0.0" ,
38
- "babel-preset-power-assert" : " 2.0.0" ,
39
- "babel-register" : " 6.26.0" ,
40
- "eslint" : " 5.0.0" ,
41
- "mocha" : " 5.2.0" ,
42
- "power-assert" : " 1.6.0" ,
43
- "textlint-tester" : " 4.1.3"
35
+ "eslint" : " 5.6.1" ,
36
+ "textlint-scripts" : " ^2.1.0"
44
37
},
45
38
"peerDependencies" : {
46
39
"eslint" : " ^3.0.0 || ^4.0.0 || ^5.0.0"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments