bibcnrs-widget
Advanced tools
Comparing version 1.0.0 to 1.0.1
import 'es5-shim'; | ||
import 'babel-polyfill'; | ||
import Hello from './components/Hello'; | ||
import Header from './components/Header'; | ||
window.bibcnrsWidget = { | ||
Hello | ||
Header | ||
}; |
{ | ||
"name": "bibcnrs-widget", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "react widget for bibcnrs", | ||
"main": "webpack.config.dev.js", | ||
"dependencies": { | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
@@ -9,0 +8,0 @@ "babel-core": "6.7.7", |
@@ -5,6 +5,7 @@ import { assert } from 'chai'; | ||
require.extensions['.css'] = function() {return null;}; // allow to ignore css required by react-fa during test | ||
require.extensions['.css'] = function() { return null; }; // allow to ignore css required by react-fa during test | ||
global.assert = assert; | ||
global.React = React; | ||
window.React = React; | ||
global.enzyme = enzyme; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1646273
51
5340