Skip to content

Commit cf9c450

Browse files
committed
chore(packaging): Add dist folder to git and add a README.md for it
1 parent 08c9df6 commit cf9c450

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,5 @@
1212
.env
1313

1414
build/*
15-
dist/*
1615

1716
node_modules/*

dist/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Built files, for your convenience
2+
3+
~Voila~ ma boies, built files so you don't have to do a thing! Just copy pasta, and get on your way.
4+
5+
### `/bundled`
6+
7+
Babelified, packaged with dependencies, and built (if you'd like), so you can drop it in anywhere
8+
you want.
9+
10+
### `/node`
11+
12+
Babelified into a CommonJS module, so you can drop it in on any node project.

0 commit comments

Comments
 (0)