add barrel exports

This commit is contained in:
Felix Roos 2022-05-17 00:22:50 +02:00
parent 999251e137
commit 9fa01aa6ff
9 changed files with 12 additions and 4 deletions

2
packages/mini/index.mjs Normal file
View file

@ -0,0 +1,2 @@
export * from './mini.mjs';
export * from './krill-parser.js';

View file

@ -2,7 +2,7 @@
"name": "@strudel.cycles/mini",
"version": "0.0.7",
"description": "Mini notation for strudel",
"main": "mini.mjs",
"main": "index.mjs",
"type": "module",
"scripts": {
"test": "mocha --colors"