Skip to content
This repository has been archived by the owner on Sep 25, 2018. It is now read-only.

Commit

Permalink
Add dev tools, some apps, and the client to powertools groups
Browse files Browse the repository at this point in the history
fbshipit-source-id: 8ef8941
  • Loading branch information
Adam Miskiewicz authored and expbot committed Oct 7, 2017
1 parent 6c5c881 commit 55f3b4b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
6 changes: 6 additions & 0 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@
},
"main": "./build/main.js",
"homepage": "https://github.com/exponent/xde#readme",
"powertools": {
"group": [
"dev-tools",
"xde"
]
},
"dependencies": {
"@expo/bunyan": "^1.8.10",
"@expo/json-file": "^5.0.1",
Expand Down
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@
"perMachine": true
}
},
"powertools": {
"group": [
"dev-tools",
"xde"
]
},
"devDependencies": {
"@ccheever/crayon": "^5.0.0",
"@expo/json-file": "^5.0.1",
Expand Down Expand Up @@ -118,4 +124,4 @@
"webpack-dev-server": "^2.3.0",
"webpack-node-externals": "^1.5.4"
}
}
}

0 comments on commit 55f3b4b

Please sign in to comment.