@@ -5,2 +5,6 @@ # Changelog | ||
## [1.0.5] 2018-05-16 | ||
* Fixing Rollup config. | ||
## [1.0.3] 2018-05-13 | ||
@@ -7,0 +11,0 @@ |
{ | ||
"name": "hey-listen", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": | ||
@@ -5,0 +5,0 @@ "Popular dev-ex functions like warning and invariant, with added childhood flashbacks.", |
@@ -33,3 +33,4 @@ import typescript from 'rollup-plugin-typescript2'; | ||
file: 'dist/hey-listen.es.js', | ||
format: 'es' | ||
format: 'es', | ||
exports: 'named' | ||
}, | ||
@@ -42,3 +43,4 @@ plugins: [typescript(noDeclarationConfig)] | ||
file: 'lib/index.js', | ||
format: 'cjs' | ||
format: 'cjs', | ||
exports: 'named' | ||
}, | ||
@@ -45,0 +47,0 @@ plugins: [typescript(typescriptConfig)] |
9666
0.96%155
1.31%