Move skin stuff to their own packages

This commit is contained in:
Jordan Eldredge 2020-05-17 22:22:41 -07:00
parent a1f4e20195
commit 681ac7e4f4
47 changed files with 6 additions and 6 deletions

2
.gitattributes vendored
View file

@ -1,2 +1,2 @@
packages/webamp/experiments/* linguist-vendored
packages/webamp/packages/tweetBot/* linguist-vendored
packages/webamp/modern/resources/* linguist-vendored

View file

@ -29,10 +29,10 @@ See the [usage documentation](./docs/usage.md) for more detailed information.
This repository contains a number of different things:
1. `./`: The code for the [Webamp NPM module](https://www.npmjs.com/package/webamp)
2. `./demo`: The code for the demo site which lives at [webamp.org](https://webamp.org), see the next section for more details
3. `./examples`: A few small examples showing how to use the NPM module
4. `./experiments`: A few small projects that are either related to Webamp, or may some day be a part of Webamp
1. `packages/webamp`: The code for the [Webamp NPM module](https://www.npmjs.com/package/webamp)
2. `packages/webamp/demo`: The code for the demo site which lives at [webamp.org](https://webamp.org), see the next section for more details
3. `packages/webamp/examples`: A few small examples showing how to use the NPM module
4. `packages/*`: A few small projects that are either related to Webamp, or may some day be a part of Webamp
## About the Demo Site

View file

@ -13,5 +13,5 @@
"pretty": true
},
"include": ["**/*.ts", "**/*.tsx"],
"exclude": ["node_modules", "demo/built", "experiments/skin-database"]
"exclude": ["node_modules", "demo/built"]
}