We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 15428eb + b5101ec commit 797cae9Copy full SHA for 797cae9
package.json
@@ -2,6 +2,7 @@
2
"name": "netlify-lambda",
3
"version": "0.1.0",
4
"description": "Build and serve lambda function with webpack compilation",
5
+ "homepage": "https://github.com/netlify/netlify-lambda#readme",
6
"main": "bin/cmd.js",
7
"bin": {
8
"netlify-lambda": "bin/cmd.js"
@@ -11,6 +12,13 @@
11
12
},
13
"author": "Mathias Biilmann Christensen",
14
"license": "MIT",
15
+ "repository": {
16
+ "type": "git",
17
+ "url": "git+https://github.com/netlify/netlify-lambda.git"
18
+ },
19
+ "bugs": {
20
+ "url": "https://github.com/netlify/netlify-lambda/issues"
21
22
"dependencies": {
23
"babel-plugin-transform-class-properties": "^6.24.1",
24
"babel-plugin-transform-object-assign": "^6.22.0",
0 commit comments