rui-components
Advanced tools
Comparing version 1.1.6 to 1.1.8
@@ -6,10 +6,11 @@ 'use strict'; | ||
}); | ||
exports.Grid = exports.Container = undefined; | ||
var _Container = require('./components/Container'); | ||
var _Container2 = require('./components/Container'); | ||
var _Container2 = _interopRequireDefault(_Container); | ||
var _Container3 = _interopRequireDefault(_Container2); | ||
var _Grid = require('./components/Grid'); | ||
var _Grid2 = require('./components/Grid'); | ||
var _Grid2 = _interopRequireDefault(_Grid); | ||
var _Grid3 = _interopRequireDefault(_Grid2); | ||
@@ -19,5 +20,3 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
// Entry point to your library | ||
exports.default = { | ||
Container: _Container2.default, | ||
Grid: _Grid2.default | ||
}; | ||
exports.Container = _Container3.default; | ||
exports.Grid = _Grid3.default; |
@@ -6,3 +6,3 @@ { | ||
"user": "bnhovde", | ||
"version": "1.1.6", | ||
"version": "1.1.8", | ||
"scripts": { | ||
@@ -9,0 +9,0 @@ "start": "webpack-dev-server", |
@@ -5,3 +5,3 @@ [![build status](https://secure.travis-ci.org/bnhovde/rui-components.svg)](http://travis-ci.org/bnhovde/rui-components) [![bitHound Score](https://www.bithound.io/github/bnhovde/rui-components/badges/score.svg)](https://www.bithound.io/github/bnhovde/rui-components) [![Dependency Status](https://david-dm.org/bnhovde/rui-components.svg)](https://david-dm.org/bnhovde/rui-components) | ||
test | ||
### NB: Not yet functional | ||
@@ -8,0 +8,0 @@ ## Basic Usage |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1639415
6974