mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 02:15:01 +00:00
Move skin stuff to their own packages
This commit is contained in:
parent
a1f4e20195
commit
681ac7e4f4
47 changed files with 6 additions and 6 deletions
2
.gitattributes
vendored
2
.gitattributes
vendored
|
|
@ -1,2 +1,2 @@
|
|||
packages/webamp/experiments/* linguist-vendored
|
||||
packages/webamp/packages/tweetBot/* linguist-vendored
|
||||
packages/webamp/modern/resources/* linguist-vendored
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -13,5 +13,5 @@
|
|||
"pretty": true
|
||||
},
|
||||
"include": ["**/*.ts", "**/*.tsx"],
|
||||
"exclude": ["node_modules", "demo/built", "experiments/skin-database"]
|
||||
"exclude": ["node_modules", "demo/built"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue