Codebase list node-compare-versions / 99bd34f
Build with tsc Yadd 1 year, 8 months ago
3 changed file(s) with 13 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
33 Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
44 Uploaders: Julien Puydt <jpuydt@debian.org>
55 Testsuite: autopkgtest-pkg-nodejs
6 Build-Depends: debhelper-compat (= 13), mocha, dh-sequence-nodejs
6 Build-Depends: debhelper-compat (= 13)
7 , dh-sequence-nodejs
8 , mocha <!nocheck>
9 , node-assert <!nocheck>
10 , node-types-assert <!nocheck>
11 , node-typescript
12 , rollup
13 , ts-node <!nocheck>
714 Standards-Version: 4.6.1
815 Homepage: https://github.com/omichelsen/compare-versions#readme
916 Vcs-Git: https://salsa.debian.org/js-team/node-compare-versions.git
11
22 %:
33 dh $@
4
5 override_dh_auto_build:
6 tsc --module esnext --target es2017 --outDir lib/esm
7 rollup lib/esm/index.js --format umd --name compareVersions --sourcemap -o lib/umd/index.js