File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 1111 "scripts" : {
1212 "build" : " npm run clean && babel src -d lib --extensions '.js,.ts'" ,
1313 "clean" : " rimraf lib/*" ,
14+ "format" : " prettier --write 'src/**'" ,
1415 "lint" : " tsc; tslint -p ./" ,
1516 "test" : " echo \" Error: no test specified\" && exit 1"
1617 },
2021 "@babel/core" : " ^7.0.0-beta.54" ,
2122 "@babel/preset-env" : " ^7.0.0-beta.54" ,
2223 "@babel/preset-typescript" : " ^7.0.0-beta.54" ,
24+ "prettier" : " ^1.13.7" ,
2325 "rimraf" : " ^2.6.2" ,
2426 "tslint" : " ^5.11.0" ,
2527 "typescript" : " ^2.9.2"
Original file line number Diff line number Diff line change @@ -1467,6 +1467,10 @@ posix-character-classes@^0.1.0:
14671467 version "0.1.1"
14681468 resolved "https://registry.yarnpkg.com/posix-character-classes/-/posix-character-classes-0.1.1.tgz#01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab"
14691469
1470+ prettier@^1.13.7 :
1471+ version "1.13.7"
1472+ resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.13.7.tgz#850f3b8af784a49a6ea2d2eaa7ed1428a34b7281"
1473+
14701474private@^0.1.6 :
14711475 version "0.1.8"
14721476 resolved "https://registry.yarnpkg.com/private/-/private-0.1.8.tgz#2381edb3689f7a53d653190060fcf822d2f368ff"
You can’t perform that action at this time.
0 commit comments