Skip to content
This repository was archived by the owner on Sep 21, 2021. It is now read-only.

Commit b481b07

Browse files
jasonLasternchevobbe
authored andcommitted
stuff
1 parent 4e4c8f1 commit b481b07

File tree

7 files changed

+587
-458
lines changed

7 files changed

+587
-458
lines changed

circle.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,7 @@ test:
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

2320
dependencies:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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",
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {
@@ -9,6 +9,6 @@
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
}

0 commit comments

Comments
 (0)