We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db88805 commit 555b8eeCopy full SHA for 555b8ee
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "serverless-plugin-typescript",
3
- "version": "0.1.3",
+ "version": "0.1.4",
4
"main": "dist/src/index.js",
5
"files": [
6
"dist",
@@ -12,6 +12,16 @@
12
"test": "npm run lint",
13
"lint": "tslint -c tslint.json 'src/**/*.ts'"
14
},
15
+ "repository": {
16
+ "type": "git",
17
+ "url": "git+https://github.com/graphcool/serverless-plugin-typescript.git"
18
+ },
19
+ "keywords": [
20
+ "serverless",
21
+ "serverless plugin",
22
+ "typescript",
23
+ "aws lambda"
24
+ ],
25
"devDependencies": {
26
"@types/fs-extra": "^2.0.0",
27
"@types/lodash": "^4.14.62",
0 commit comments