Skip to content
This repository was archived by the owner on Dec 28, 2021. It is now read-only.

Commit a613f10

Browse files
committed
chore: set version and add author and maintainers
1 parent b0e9881 commit a613f10

1 file changed

Lines changed: 14 additions & 4 deletions

File tree

package.json

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
11
{
2-
"name": "serverless-plugin-typescript",
3-
"version": "0.0.0-semantic-release",
2+
"name": "@kingdarboja/serverless-plugin-typescript",
3+
"version": "1.2.0",
4+
"author": {
5+
"name": "Prisma Labs",
6+
"url": "https://www.prisma.io/"
7+
},
8+
"maintainers": [
9+
{
10+
"name": "KingDarBoja",
11+
"url": "https://github.com/KingDarBoja/"
12+
}
13+
],
414
"license": "MIT",
5-
"main": "dist/src/index.js",
15+
"main": "dist/index.js",
616
"files": [
717
"dist"
818
],
@@ -16,7 +26,7 @@
1626
},
1727
"repository": {
1828
"type": "git",
19-
"url": "git+https://github.com/prisma/serverless-plugin-typescript.git"
29+
"url": "git+https://github.com/KingDarBoja/serverless-plugin-typescript.git"
2030
},
2131
"keywords": [
2232
"serverless",

0 commit comments

Comments
 (0)