File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 4
4
"description" : " datree.io Node.js module" ,
5
5
"main" : " dist/index.js" ,
6
6
"scripts" : {
7
- "test" : " nyc ./node_modules/mocha/bin/mocha --compilers js:babel-core/register test/ && nyc report --reporter=text-lcov | coveralls" ,
8
- "test-html" : " nyc --reporter=html --reporter=text ./node_modules/mocha/bin/mocha --compilers js:babel-core/register test/ && open coverage/index.html" ,
7
+ "test" :
8
+ " nyc ./node_modules/mocha/bin/mocha --require babel-core/register test/ && nyc report --reporter=text-lcov | coveralls" ,
9
+ "test-html" :
10
+ " nyc --reporter=html --reporter=text ./node_modules/mocha/bin/mocha --require babel-core/register test/ && open coverage/index.html" ,
9
11
"clean" : " rm -rf dist" ,
10
12
"build" : " npm run clean && mkdir dist && babel index.js lib/* -s -d dist && cp package.json dist/" ,
11
13
"semantic-release" : " semantic-release pre && npm publish && semantic-release post" ,
12
- "semantic-release-local" : " semantic-release pre --debug=false && npm publish && semantic-release post --debug=false" ,
14
+ "semantic-release-local" :
15
+ " semantic-release pre --debug=false && npm publish && semantic-release post --debug=false" ,
13
16
"postinstall" : " node dist/lib/install.js" ,
14
17
"preuninstall" : " node dist/lib/uninstall.js"
15
18
},
55
58
},
56
59
"prettier" : {
57
60
"semi" : false ,
58
- "singleQuote" : true
61
+ "singleQuote" : true ,
62
+ "printWidth" : 120
59
63
}
60
64
}
You can’t perform that action at this time.
0 commit comments