Skip to content

Commit 0149ec8

Browse files
authored
Moving to Vercel for example deployment (#406)
* move examples to packages * add lerna * remove scripts * convert first few packages * cha cha changes * cha cha changes * add hnpwa * add hnpwa * the rest * add app for the index * move stuff around * use jsdom * fix config * package lock * update dgrid-wrapper deps * filter out example index * prettier * update readme * updates
1 parent 2b40c9d commit 0149ec8

File tree

430 files changed

+58078
-37286
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

430 files changed

+58078
-37286
lines changed

.dojorc

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"create-app": {},
3+
"create-widget": {}
4+
}

.travis.yml

-41
This file was deleted.

README.md

+75-32
Large diffs are not rendered by default.

custom-element-menu/.dojorc-ghpages

-11
This file was deleted.

dgrid-wrapper/.dojorc-ghpages

-27
This file was deleted.

hnpwa/.dojorc-ghpages

-55
This file was deleted.

icache-advanced/.dojorc-ghpages

-8
This file was deleted.

icache-basic/.dojorc-ghpages

-8
This file was deleted.

id_rsa.enc

-3.17 KB
Binary file not shown.

index.html

-168
This file was deleted.

intersection-observer/.dojorc-ghpages

-6
This file was deleted.

lerna.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"packages": [
3+
"packages/*"
4+
],
5+
"version": "0.0.0"
6+
}

0 commit comments

Comments
 (0)