Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Comment console.log to avoid flooding of logs #129

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
add build:index for npm compatibility
  • Loading branch information
Alexis LAURIER committed May 13, 2022
commit 23b28fed61a7b30a84100f63d6e20d1b38ba1a0a
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
"main": "dist/index.js",
"scripts": {
"build": "babel src --out-dir dist",
"build:index": "rm -rf ./index.js ./index.d.ts && babel src --out-dir dist",
"prepublish": "npm run build:index",
"example": "node -r @babel/register examples/read-write.js",
"example-basic": "node -r @babel/register examples/basic.js",
"example-from-readme-3": "node -r @babel/register examples/from-readme-3.js",
Expand Down