UNPKG

213 BJavaScriptView Raw
1#!/usr/bin/env node
2'use strict';
3
4// These should not fail but if they do they should not block installation of the package
5try {
6 require('./ng-update-message');
7 require('./analytics-prompt');
8} catch (_) {}