uppy/website
Renée Kooi 16d0d4253a
Move Plugin class to @uppy/core package.
Steps taken:

```bash
git mv src/core/Plugin.js packages/@uppy/core/src
vim packages/@uppy/core/src/index.test.js # Update require
sed -i 's/[./]*\/core\/Plugin/@uppy\/core\/lib\/Plugin/' src/**/*.js
vim test/mocks/* # manually update require() calls
vim website/src/docs/writing-plugins.md # manually update require() calls
```
2018-06-14 16:31:19 +02:00
..
private_modules/hexo-renderer-uppyexamples Update from master 2016-02-01 00:53:55 -05:00
scripts Use prismjs directly. 2018-06-04 13:51:12 +02:00
src Move Plugin class to @uppy/core package. 2018-06-14 16:31:19 +02:00
themes/uppy Change Uppy version references to v0.25.5 2018-06-13 15:27:35 -04:00
_config.yml Remove hexo-prism-plugin config. 2018-06-04 13:52:48 +02:00
build-examples.js website: Update browserify 2018-01-15 11:23:35 +01:00
doc-order.json Update from master 2016-02-01 00:53:55 -05:00
package-lock.json Use prismjs directly. 2018-06-04 13:51:12 +02:00
package.json Use prismjs directly. 2018-06-04 13:51:12 +02:00
update.js Add a http://uppy.io/stats page that inlines disc.html as well as displays the different bundle sizes, and an activity feed 2016-04-08 10:29:09 +02:00
VUEORG_LICENSE Rename LICENSE to VUE 2015-11-29 14:22:03 +01:00