* Make plugin dev dependency (#2)

* Fix URL for install (#3)
This commit is contained in:
Christopher Anderson 2017-02-22 17:36:38 -08:00 коммит произвёл GitHub
Родитель 1b4df0e0f3
Коммит 245302ef01
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -8,7 +8,7 @@ This is a quick boilerplate for getting started with the serverless-azure-functi
1. Recommend using Node v6.5.0
1. Install the serverless tooling - `npm i -g serverless`
1. Create boilerplate (change `my-app` to whatever you'd prefer): `serverless install --url https://github.com/Azure/boilerplate-azurefunctions.git --name my-app`
1. Create boilerplate (change `my-app` to whatever you'd prefer): `serverless install --url https://github.com/Azure/boilerplate-azurefunctions --name my-app`
1. `cd my-app`
2. `npm install`

Просмотреть файл

@ -8,7 +8,7 @@
},
"author": "serverless.com",
"license": "MIT",
"dependencies": {
"devDependencies": {
"serverless-azure-functions": "*"
}
}
}