Skip to content

Commit

Permalink
v1.2.0-rc.7, add exports
Browse files Browse the repository at this point in the history
  • Loading branch information
Ni55aN committed Mar 12, 2019
1 parent c0c82af commit d6fdbe9
Show file tree
Hide file tree
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",
Expand Down
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';
Expand All @@ -23,8 +25,10 @@ export default {
Recursion,
Component,
Control,
Connection,
Emitter,
Input,
IO,
Node,
NodeEditor,
Output,
Expand Down

0 comments on commit d6fdbe9

Please sign in to comment.