Skip to content

Commit bb385a7

Browse files
chore: removed node_modules
1 parent 10dd98d commit bb385a7

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

packages/cli/.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules

packages/cli/dist/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gluestack/glue-plugin-backend-engine",
3-
"version": "0.0.47",
3+
"version": "0.0.48",
44
"description": "Create an Application using GlueStack framework",
55
"repository": {
66
"type": "git",
@@ -29,7 +29,7 @@
2929
"yaml": "^2.2.1"
3030
},
3131
"peerDependencies": {
32-
"@gluestack/engine": "^0.0.x"
32+
"@gluestack/glue-plugin-engine": "^0.0.x"
3333
},
3434
"main": "dist/src/index.js",
3535
"scripts": {

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gluestack/glue-plugin-backend-engine",
3-
"version": "0.0.47",
3+
"version": "0.0.48",
44
"description": "Create an Application using GlueStack framework",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)