1
0
Fork 0

bug: Fixed missing Bent info

This commit is contained in:
Joost De Cock 2019-02-27 07:51:49 +01:00
parent 94eaf7178c
commit 9226b8494e
3 changed files with 2827 additions and 1 deletions

File diff suppressed because it is too large Load diff

View file

@ -2,7 +2,6 @@ import babel from "rollup-plugin-babel";
import resolve from "rollup-plugin-node-resolve";
import json from "rollup-plugin-json";
import minify from "rollup-plugin-babel-minify";
import path from "path";
import { name, version, description, author, license } from "./package.json";
export default {

View file

@ -1,4 +1,5 @@
import aaron from "./aaron";
import bent from "./bent";
import brian from "./brian";
import bruce from "./bruce";
import cathrin from "./cathrin";
@ -11,6 +12,7 @@ import wahid from "./wahid";
export default {
aaron,
bent,
brian,
bruce,
cathrin,