This repository was archived by the owner on Mar 25, 2021. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 "description" : " datree.io Node.js module" ,
55 "main" : " dist/index.js" ,
66 "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" ,
911 "clean" : " rm -rf dist" ,
1012 "build" : " npm run clean && mkdir dist && babel index.js lib/* -s -d dist && cp package.json dist/" ,
1113 "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" ,
1316 "postinstall" : " node dist/lib/install.js" ,
1417 "preuninstall" : " node dist/lib/uninstall.js"
1518 },
5558 },
5659 "prettier" : {
5760 "semi" : false ,
58- "singleQuote" : true
61+ "singleQuote" : true ,
62+ "printWidth" : 120
5963 }
6064}
You can’t perform that action at this time.
0 commit comments