Skip to content

Commit 3e74216

Browse files
committed
fix: @cocreate/cli moved to dependencies
1 parent b69a6c6 commit 3e74216

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
"devDependencies": {
4949
"@babel/core": "^7.9.6",
5050
"@babel/preset-env": "^7.9.6",
51-
"@cocreate/cli": "^1.33.0",
5251
"babel-loader": "^8.1.0",
5352
"clean-webpack-plugin": "^3.0.0",
5453
"file-loader": "^6.2.0",
@@ -61,10 +60,11 @@
6160
},
6261
"dependencies": {
6362
"@cocreate/actions": "^1.8.21",
63+
"@cocreate/cli": "^1.33.0",
6464
"@cocreate/crud-client": "^1.21.13",
6565
"@cocreate/element-prototype": "^1.8.19",
6666
"@cocreate/render": "^1.24.21",
6767
"@cocreate/socket-client": "^1.23.15",
6868
"@cocreate/utils": "^1.21.5"
6969
}
70-
}
70+
}

0 commit comments

Comments
 (0)