File: upstream

package info (click to toggle)
node-markdown-it-html5-embed 1.0.0%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 380 kB
  • sloc: sh: 12; makefile: 11
file content (10 lines) | stat: -rw-r--r-- 451 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
set -e
wget https://registry.npmjs.org/markdown-it-testgen/-/markdown-it-testgen-0.1.4.tgz
tar -zxvf markdown-it-testgen-0.1.4.tgz
mkdir node_modules
mv package node_modules/markdown-it-testgen
ln -s /usr/share/javascript/markdown-it/markdown-it.js node_modules
ln -s /usr/lib/nodejs/markdown-it-html5-embed/node_modules/mimoza/ node_modules
ln -s /usr/lib/nodejs/markdown-it-html5-embed/node_modules/mime-db node_modules
mocha test/test.js