Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ni55aN committed Jul 12, 2023
1 parent 850ac69 commit b5ebe07
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Getting started
Use [Rete Kit](https://retejs.org/docs/development/rete-kit) to quickly set up a Rete.js application. It lets you select a stack (React.js, Vue.js or Angular, Svelte) and the set of features

```bash
npx rete-kit app --next
npx rete-kit app
```

Alternatively, you can follow the [complete guide](https://retejs.org/docs/getting-started/)
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rete",
"version": "2.0.0-beta.10",
"version": "2.0.0",
"description": "JavaScript framework",
"scripts": {
"build": "rete build -c rete.config.ts",
Expand Down Expand Up @@ -28,7 +28,7 @@
},
"devDependencies": {
"jest-environment-jsdom": "^29.1.2",
"rete-cli": "^1.0.0-beta.31",
"rete-cli": "^1.0.1",
"typescript": "4.8.4"
},
"dependencies": {
Expand Down

0 comments on commit b5ebe07

Please sign in to comment.