Skip to content

Commit d221f93

Browse files
author
John Reeves
committed
setting version to 2.1.3 and making my package.json changes to use vectorjohn package
1 parent ba2754b commit d221f93

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
2-
"name": "serverless-plugin-typescript",
3-
"version": "2.1.2",
2+
"name": "@vectorjohn/serverless-plugin-typescript",
3+
"version": "2.1.3",
44
"license": "MIT",
55
"main": "dist/src/index.js",
6+
"publishConfig": { "registry": "https://npm.pkg.github.com/" },
67
"files": [
78
"dist",
89
"package.json",
@@ -41,7 +42,10 @@
4142
}
4243
]
4344
},
44-
"repository": "serverless/serverless-plugin-typescript",
45+
"repository": {
46+
"type": "git",
47+
"url": "[email protected]:vectorjohn/serverless-plugin-typescript.git"
48+
},
4549
"keywords": [
4650
"serverless",
4751
"serverless plugin",

0 commit comments

Comments
 (0)