mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Removed extra package.
Thanks to xet7 !
This commit is contained in:
parent
2342c27ced
commit
646497c3f0
4 changed files with 0 additions and 9 deletions
|
|
@ -17,8 +17,6 @@ Package.onUse(function (api) {
|
|||
api.export('Markdown', ['server', 'client']);
|
||||
|
||||
api.use('ui', 'client', {weak: true});
|
||||
api.use('tmeasday:check-npm-versions', 'client');
|
||||
|
||||
api.add_files('src/checkNpmVersions.js', 'client');
|
||||
api.add_files('src/template-integration.js', 'client');
|
||||
});
|
||||
|
|
|
|||
|
|
@ -1,5 +0,0 @@
|
|||
import { checkNpmVersions } from 'meteor/tmeasday:check-npm-versions';
|
||||
|
||||
checkNpmVersions({
|
||||
'dompurify': '2.2.8',
|
||||
}, 'my:xss');
|
||||
Loading…
Add table
Add a link
Reference in a new issue