@wirelineio/automerge-worker

v0.1.12
Automerge doc on a worker

lint

eslint **/*.js --ignore-path ../../.eslintignore

build:node

NODE_ENV=production webpack

build:web

NODE_ENV=production webpack --config webpack.web.config.js

build

npm run clean && npm run build:web && npm run build:node

dev

npm run clean && npm run build:web -- --watch

clean

rm -rf dist

test

jest

test:watch

npm run test -- --watch
npm i @wirelineio/automerge-worker

Metadata

  • ISC
  • Whatever
  • Unknown
  • released 4/11/2019

Downloads