Add a build script to help create the package.
authorRobert Sesek <rsesek@bluestatic.org>
Mon, 23 Mar 2020 04:10:55 +0000 (00:10 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Mon, 23 Mar 2020 04:18:58 +0000 (00:18 -0400)
commitb4378cb2f2e7b1f58ef3a64d3c7b1f2d9427b19a
tree3836d826b1a0b2edc3b1f3daefaf89d00dc42c1d
parentd3a5d2411c0dca62d1212a7072f4a1323151875c
Add a build script to help create the package.

NPM "helpfully" uses .gitignore, which excludes dist/, but dist/ needs
to make it into the NPM tarball. Rewrite a line in the copied
package.json to explicitly include the dist/ files.
build.sh [new file with mode: 0755]
package.json