@canopytax/styleguide
Advanced tools
Comparing version 0.0.11 to 0.0.12
{ | ||
"name": "@canopytax/styleguide", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"main": "module/module.js", | ||
@@ -5,0 +5,0 @@ "description": "Styleguide for Canopy", |
@@ -74,14 +74,6 @@ const path = require('path'); | ||
}, | ||
externals: [ | ||
/^kremling$/, | ||
/^lodash$/, | ||
/^moment$/, | ||
/^prop-types$/, | ||
/^react-dom$/, | ||
/.*react-dom.*/, | ||
/^react\/lib.*/, | ||
/^react$/, | ||
/^rx$/, | ||
/^rxjs\/?.*$/, | ||
], | ||
externals: { | ||
react: 'React', | ||
React: 'react', | ||
}, | ||
}; |
Sorry, the diff of this file is too big to display
1306220
5588