Skip to content

Commit

Permalink
Remove .yarnrc files
Browse files Browse the repository at this point in the history
Reviewed By: w1106c

Differential Revision: D15336791

fbshipit-source-id: 55ba9a633f4c88c072aa3f49854c612663eac830
  • Loading branch information
John Watson authored and facebook-github-bot committed May 23, 2019
1 parent ffadd5f commit 425cc53
Show file tree
Hide file tree
Showing 29 changed files with 9 additions and 3 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ demo-app/output
demo-app/src/translatedFbts.json
demo-app/yarn-error.log

live-demo-app/.enum_manifest.json
live-demo-app/.source_strings.json
live-demo-app/.src_manifest.json
live-demo-app/output
live-demo-app/src/translatedFbts.json
live-demo-app/yarn-error.log

# Publisehd NPM modules
fbt-runtime/**

Expand Down
1 change: 0 additions & 1 deletion demo-app/.yarnrc

This file was deleted.

1 change: 0 additions & 1 deletion f8-demo-app/.yarnrc

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion f8-demo-app/package.json → live-demo-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"//": "Copyright (c) Facebook, Inc. and its affiliates. All rights reserved.",
"name": "fbt-example",
"name": "live-demo-app",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
},
"workspaces": [
"demo-app",
"live-demo-app",
"fbt-runtime",
"transform/*",
"website"
Expand Down

0 comments on commit 425cc53

Please sign in to comment.