Skip to content

Commit 4d77d17

Browse files
committed
remove devDependencies
1 parent 2d6334b commit 4d77d17

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ The structure of the project should look something like this:
2929
└── serverless.yml
3030
```
3131

32+
Install `serverless-aliyun-function-compute` plugin for your service.
33+
3234
```yaml
3335
$ serverless plugin install --name serverless-aliyun-function-compute
3436
```
@@ -69,10 +71,7 @@ functions:
6971
"version": "0.1.0",
7072
"description": "Hello World example for aliyun provider with Serverless Framework.",
7173
"main": "index.js",
72-
"license": "MIT",
73-
"devDependencies": {
74-
"serverless-aliyun-function-compute": "^1.0.0"
75-
}
74+
"license": "MIT"
7675
}
7776
```
7877

0 commit comments

Comments
 (0)