amp-react-components
Advanced tools
Comparing version 1.5.1 to 1.5.2
@@ -0,1 +1,5 @@ | ||
## <small>1.5.2 (2019-10-21)</small> | ||
* fix: add utils/index.ts ([836c5b2](https://github.com/danhuang1202/amp-react-components/commit/836c5b2)) | ||
## <small>1.5.1 (2019-10-21)</small> | ||
@@ -2,0 +6,0 @@ |
@@ -68,17 +68,14 @@ import commonjs from 'rollup-plugin-commonjs' | ||
const utilPath = path.join(__dirname, '../src/utils/') | ||
fs.readdirSync(utilPath).forEach(filename => { | ||
entries.push({ | ||
input: `src/utils/${filename}`, | ||
output: [ | ||
{ | ||
dir: `lib/utils`, | ||
format: 'cjs' | ||
}, | ||
{ | ||
dir: `es/utils`, | ||
format: 'es' | ||
} | ||
] | ||
}) | ||
entries.push({ | ||
input: `src/utils/index.ts`, | ||
output: [ | ||
{ | ||
dir: `lib/utils`, | ||
format: 'cjs' | ||
}, | ||
{ | ||
dir: `es/utils`, | ||
format: 'es' | ||
} | ||
] | ||
}) | ||
@@ -85,0 +82,0 @@ |
{ | ||
"name": "amp-react-components", | ||
"version": "1.5.1", | ||
"version": "1.5.2", | ||
"description": "Render AMP components with React", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
538909
399