Skip to content

Commit

Permalink
v2.0.0-beta.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Ni55aN committed Apr 10, 2023
1 parent 74fa6ba commit 2a86713
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rete-engine",
"version": "2.0.0-beta.6",
"version": "2.0.0-beta.7",
"description": "",
"scripts": {
"build": "rete build -c rete.config.ts",
Expand Down
2 changes: 1 addition & 1 deletion rete.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { ReteOptions } from 'rete-cli'

export default <ReteOptions>{
input: 'src/index.ts',
name: 'Engine',
name: 'ReteEngine',
globals: {
'rete': 'Rete'
}
Expand Down

0 comments on commit 2a86713

Please sign in to comment.