new license file version [CI SKIP]

This commit is contained in:
2023-03-15 14:05:18 +00:00
parent 3ea7a015a9
commit d0fe6a2e85
19 changed files with 1110 additions and 2 deletions

View File

@@ -0,0 +1,20 @@
import pkg from './package.json';
export default [
{
input: 'index.js',
output: [
{
file: pkg.browser,
format: 'umd',
name: 'chyme',
sourcemap: true
},
{
file: pkg.module,
format: 'es',
sourcemap: true
}
]
}
];