This repository was archived by the owner on Sep 21, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +587
-458
lines changed
Expand file tree Collapse file tree 7 files changed +587
-458
lines changed Original file line number Diff line number Diff line change 1414 - yarn flow
1515 - yarn license-check
1616 - cd ./packages/devtools-launchpad; yarn test
17- - cd ./packages/devtools-source-map; yarn test
18- - cd ./packages/devtools-utils; yarn test
1917 - cd ./packages/devtools-modules; yarn test
20- - cd ./packages/devtools-components; yarn test
2118 - cd ./packages/devtools-reps; yarn test -- --maxWorkers=2
2219
2320dependencies :
Original file line number Diff line number Diff line change 77 "license-check" : " lerna run license-check" ,
88 "lint" : " yarn lint-css; a=$?; yarn lint-js; b=$?; test $a -eq 0 -a $b -eq 0" ,
99 "lint-css" : " stylelint packages/devtools-launchpad/**/*.css" ,
10- "lint-js" : " eslint packages/devtools-launchpad/src; eslint packages/devtools-reps/src; eslint packages/devtools-components/src " ,
10+ "lint-js" : " eslint packages/devtools-launchpad/src; eslint packages/devtools-reps/src;" ,
1111 "nom" : " rm -rf node_modules/ packages/*/node_modules/ && yarn install" ,
1212 "prepush" : " yarn lint && yarn flow" ,
1313 "postinstall" : " lerna bootstrap" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " devtools-contextmenu" ,
3- "version" : " 0.0.7 " ,
3+ "version" : " 0.0.8 " ,
44 "description" : " DevTools Contextmenu" ,
55 "main" : " menu.js" ,
66 "scripts" : {
99 "author" : " Jason Laster" ,
1010 "license" : " MPL-2.0" ,
1111 "dependencies" : {
12- "devtools-modules" : " ^0.0.35 "
12+ "devtools-modules" : " ^0.0.36 "
1313 }
1414}
You can’t perform that action at this time.
0 commit comments