mirror of
https://github.com/wekan/wekan.git
synced 2026-03-02 20:00:16 +01:00
WIP: markdown
This commit is contained in:
parent
232bc746f4
commit
1f85b25549
8 changed files with 46 additions and 33 deletions
5
packages/markdown/src/checkNpmVersions.js
Normal file
5
packages/markdown/src/checkNpmVersions.js
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import { checkNpmVersions } from 'meteor/tmeasday:check-npm-versions';
|
||||
|
||||
checkNpmVersions({
|
||||
'xss': '1.0.6',
|
||||
}, 'my:xss');
|
||||
Loading…
Add table
Add a link
Reference in a new issue