Skip to content

Commit

Permalink
updating examples for 0.0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
cblanquera committed Oct 23, 2021
1 parent a3c3044 commit 4423940
Show file tree
Hide file tree
Showing 25 changed files with 54,460 additions and 12 deletions.
7,270 changes: 7,270 additions & 0 deletions examples/basic/package-lock.json

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions examples/basic/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"private": true,
"scripts": {
"dev": "incept dev",
"build": "incept build",
"dev": "incept dev"
"start": "incept start"
},
"incept": "./index",
"dependencies": {
"inceptjs": "^0.0.23"
"inceptjs": "^0.0.26"
}
}
Loading

0 comments on commit 4423940

Please sign in to comment.