Skip to content

Commit

Permalink
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rete",
"version": "1.2.0-rc.6",
"version": "1.2.0-rc.7",
"description": "JavaScript framework",
"main": "build/rete.common.js",
"module": "build/rete.esm.js",
4 changes: 4 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
import { Engine, Recursion } from './engine/index';
import { Component } from './component';
import { Control } from './control';
import { Connection } from './connection';
import { Emitter } from './core/emitter';
import { Input } from './input';
import { IO } from './io';
import { Node } from './node';
import { NodeEditor } from './editor';
import { Output } from './output';
@@ -23,8 +25,10 @@ export default {
Recursion,
Component,
Control,
Connection,
Emitter,
Input,
IO,
Node,
NodeEditor,
Output,

0 comments on commit d6fdbe9

Please sign in to comment.