Skip to content

Commit

Permalink
Add es6-promise to ignored imports
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Aug 23, 2017
1 parent 2c71c8a commit 9f3c153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/package-integrity.js
Expand Up @@ -11,7 +11,7 @@ var path = require('path');


// Packages to ignore
var IGNORE = ['..', '.', 'd3', 'vega', 'vega-lite', 'font-awesome'];
var IGNORE = ['..', '.', 'd3', 'vega', 'vega-lite', 'font-awesome', 'es6-promise'];


/**
Expand Down

0 comments on commit 9f3c153

Please sign in to comment.