@financial-times/n-myft-ui 27.2.0 → 28.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,8 +0,0 @@
1
- 'use strict';
2
-
3
- const {dependencies = {}} = require('../package');
4
-
5
- if (Object.keys(dependencies).length > 0) {
6
- global.console.error('NPM dependencies included in bower only js project, please remove');
7
- process.exit(1);
8
- }