Skip to content

Commit

Permalink
setting version to 2.1.3 and making my package.json changes to use ve…
Browse files Browse the repository at this point in the history
…ctorjohn package
  • Loading branch information
John Reeves committed Sep 30, 2022
1 parent ba2754b commit d221f93
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "serverless-plugin-typescript",
"version": "2.1.2",
"name": "@vectorjohn/serverless-plugin-typescript",
"version": "2.1.3",
"license": "MIT",
"main": "dist/src/index.js",
"publishConfig": { "registry": "https://npm.pkg.github.com/" },
"files": [
"dist",
"package.json",
Expand Down Expand Up @@ -41,7 +42,10 @@
}
]
},
"repository": "serverless/serverless-plugin-typescript",
"repository": {
"type": "git",
"url": "[email protected]:vectorjohn/serverless-plugin-typescript.git"
},
"keywords": [
"serverless",
"serverless plugin",
Expand Down

0 comments on commit d221f93

Please sign in to comment.