Skip to content

Commit a424232

Browse files
committed
install to dev deps
1 parent 651af37 commit a424232

File tree

5 files changed

+1342
-457
lines changed

5 files changed

+1342
-457
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ language: node_js
22
services:
33
# start docker to enable lambda ci compatible build env
44
- docker
5-
node_js:
6-
- '7'
75

86
script:
97
- npm test

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
Install the plugin with npm
99

1010
```sh
11-
$ npm install serverless-rust
11+
$ npm i -D serverless-rust
1212
```
1313

1414
💡 This serverless plugin assumes you are building Rustlang lambdas targetting the AWS Lambda "provided" runtime. The [AWS Lambda Rust Runtime](https://github.com/awslabs/aws-lambda-rust-runtime) makes this easy.

0 commit comments

Comments
 (0)