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

Commit

Permalink
Add missing bsconfig.json for ReasonML usage
Browse files Browse the repository at this point in the history
  • Loading branch information
MoOx committed Dec 5, 2017
1 parent f03a739 commit 19746b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/api-client/package.json
Expand Up @@ -22,7 +22,7 @@
"description":
"Phenomic API client that allow you to make queries to retrieve resources",
"main": "lib/index.js",
"files": ["lib"],
"files": ["lib", "bsconfig.json"],
"dependencies": {
"debug": "^2.6.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-renderer-react/package.json
Expand Up @@ -22,7 +22,7 @@
"description":
"Phenomic plugin that allow you to use React to render your website/app",
"main": "lib/index.js",
"files": ["lib"],
"files": ["lib", "bsconfig.json"],
"dependencies": {
"@phenomic/api-client": "^1.0.0-alpha.15",
"chalk": "^1.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/preset-react-app/package.json
Expand Up @@ -23,7 +23,7 @@
],
"description": "Phenomic React app preset",
"main": "lib/index.js",
"files": ["lib"],
"files": ["lib", "bsconfig.json"],
"dependencies": {
"@phenomic/plugin-api-related-content": "^1.0.0-alpha.15",
"@phenomic/plugin-bundler-webpack": "^1.0.0-alpha.15",
Expand Down

0 comments on commit 19746b6

Please sign in to comment.