mirror of
https://github.com/vale981/grapher
synced 2025-03-05 09:31:42 -05:00
6 lines
No EOL
176 B
JavaScript
6 lines
No EOL
176 B
JavaScript
import './lib/exposure/extension.js';
|
|
|
|
import { checkNpmVersions } from 'meteor/tmeasday:check-npm-versions';
|
|
checkNpmVersions({
|
|
'sift': '3.2.x'
|
|
}, 'cultofcoders:grapher'); |