nav-frontend-skjema
Advanced tools
Comparing version 0.1.25 to 0.1.26
@@ -97,2 +97,11 @@ 'use strict'; | ||
var _radioPanelGruppe = require('./radio-panel-gruppe'); | ||
Object.defineProperty(exports, 'RadioPanelGruppe', { | ||
enumerable: true, | ||
get: function get() { | ||
return _interopRequireDefault(_radioPanelGruppe).default; | ||
} | ||
}); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } |
{ | ||
"name": "nav-frontend-skjema", | ||
"version": "0.1.25", | ||
"version": "0.1.26", | ||
"main": "lib/index.js", | ||
"jsnext:main": "src/index.js", | ||
"types": "lib/radio-panel-gruppe.d.ts", | ||
"license": "MIT", | ||
@@ -18,3 +18,3 @@ "files": [ | ||
"nav-frontend-js-utils": "^1.0.3", | ||
"nav-frontend-skjema-style": "^0.3.11", | ||
"nav-frontend-skjema-style": "^0.3.12", | ||
"prop-types": "^15.5.10", | ||
@@ -26,3 +26,3 @@ "react": "^15.4.2 || ^16.0.0" | ||
"nav-frontend-js-utils": "^1.0.3", | ||
"nav-frontend-skjema-style": "^0.3.11", | ||
"nav-frontend-skjema-style": "^0.3.12", | ||
"prop-types": "^15.5.10", | ||
@@ -29,0 +29,0 @@ "react": "^15.4.2 || ^16.0.0" |
@@ -11,1 +11,3 @@ export { default as Input } from './input'; | ||
export { default as ToggleKnapp } from './toggle-knapp'; | ||
// eslint-disable-next-line import/no-unresolved | ||
export { default as RadioPanelGruppe } from './radio-panel-gruppe'; |
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
113953
30
2753