accounts-ui/check-npm.js

8 lines
230 B
JavaScript
Raw Normal View History

// import { checkNpmVersions } from 'meteor/tmeasday:check-npm-versions';
//
// checkNpmVersions({
// "react": ">=0.14.7 || ^15.0.0-rc.2",
// "react-dom": ">=0.14.7 || ^15.0.0-rc.2",
// "tracker-component": "^1.3.13"
// });