Skip to content

Commit

Permalink
proper build/publish steps (#27)
Browse files Browse the repository at this point in the history
* need this to actually publish

* remove package-lock for libraries

* properly package compiled package
  • Loading branch information
philihp authored May 15, 2020
1 parent 5260e8c commit 48cee68
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8,119 deletions.
13 changes: 13 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
.github/
.nyc_output/
coverage/
node_modules/
src/
test/
.babelrc
.coveralls.yml
.gitattributes
.tool-versions
.eslintignore
README.md
nyc.config.js
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package-lock=false
Loading

0 comments on commit 48cee68

Please sign in to comment.