@sb1/ffe-accordion-react
Advanced tools
Comparing version 6.2.7 to 6.2.8
@@ -6,2 +6,8 @@ # Change Log | ||
## [6.2.8](https://github.com/SpareBank1/designsystem/compare/@sb1/ffe-accordion-react@6.2.7...@sb1/ffe-accordion-react@6.2.8) (2018-12-11) | ||
### Bug Fixes | ||
- Build tree shakeable packages ([fb4a9ea](https://github.com/SpareBank1/designsystem/commit/fb4a9ea)) | ||
## [6.2.7](https://github.com/SpareBank1/designsystem/compare/@sb1/ffe-accordion-react@6.2.6...@sb1/ffe-accordion-react@6.2.7) (2018-12-04) | ||
@@ -8,0 +14,0 @@ |
{ | ||
"name": "@sb1/ffe-accordion-react", | ||
"version": "6.2.7", | ||
"version": "6.2.8", | ||
"license": "MIT", | ||
@@ -8,5 +8,7 @@ "author": "SpareBank 1", | ||
"lib", | ||
"*.js" | ||
"es" | ||
], | ||
"main": "lib/index.js", | ||
"module": "es/index.js", | ||
"sideEffects": false, | ||
"repository": { | ||
@@ -17,3 +19,5 @@ "type": "git", | ||
"scripts": { | ||
"build": "babel -d lib/. --root-mode=upward --ignore=*.spec.js src/.", | ||
"build": "npm run build:cjs && npm run build:es", | ||
"build:cjs": "babel -d lib/. --root-mode=upward --env-name=cjs --ignore=*.spec.js src/.", | ||
"build:es": "babel -d es/. --root-mode=upward --env-name=es --ignore=*.spec.js src/.", | ||
"lint": "eslint src/.", | ||
@@ -27,3 +31,3 @@ "test": "jest", | ||
"dependencies": { | ||
"@sb1/ffe-icons-react": "^6.0.11", | ||
"@sb1/ffe-icons-react": "^6.0.12", | ||
"classnames": "^2.2.5", | ||
@@ -48,3 +52,3 @@ "prop-types": "^15.6.0", | ||
}, | ||
"gitHead": "cfa663a17d95dd166654579832ebdf3deaad7400" | ||
"gitHead": "ada7f9f709fa73a1cc6637f02e46141df0593627" | ||
} |
59146
18
793
Updated@sb1/ffe-icons-react@^6.0.12