File: build

package info (click to toggle)
should.js 13.2.3~dfsg-7
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 660 kB
  • sloc: javascript: 5,402; makefile: 11
file content (3 lines) | stat: -rw-r--r-- 209 bytes parent folder | download | duplicates (4)
1
2
3
rollup -c rollup.config.js --input ./lib/umd.js --output.format=iife  --output.file ./should.js
rollup --output.format=cjs -o cjs/should.js lib/index.js
rollup --output.format=es -o es6/should.js lib/index.js