Skip to content

Commit bcc61c0

Browse files
authored
Merge pull request #2 from codingapi/dev
Dev
2 parents 95b05b8 + 3e4bb3c commit bcc61c0

4 files changed

Lines changed: 6 additions & 3 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
/build
1818
/dist
1919

20+
## codegraph ##
21+
.codegraph
22+
2023
# misc
2124
.DS_Store
2225
.env.local

apps/app-pc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@script-example/app-pc",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"private": true,
55
"type": "module",
66
"scripts": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coding-script/root",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"description": "script-engine",
55
"main": "index.js",
66
"scripts": {

packages/script-engine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coding-script/script-engine",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"description": "script-engine components",
55
"keywords": [
66
"coding-script",

0 commit comments

Comments
 (0)