Skip to content

Commit 555b8ee

Browse files
committed
bump
1 parent db88805 commit 555b8ee

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

package.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serverless-plugin-typescript",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"main": "dist/src/index.js",
55
"files": [
66
"dist",
@@ -12,6 +12,16 @@
1212
"test": "npm run lint",
1313
"lint": "tslint -c tslint.json 'src/**/*.ts'"
1414
},
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+
],
1525
"devDependencies": {
1626
"@types/fs-extra": "^2.0.0",
1727
"@types/lodash": "^4.14.62",

0 commit comments

Comments
 (0)