forked from serverless/serverless-plugin-typescript
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
setting version to 2.1.3 and making my package.json changes to use ve…
…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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
@@ -41,7 +42,10 @@ | |
} | ||
] | ||
}, | ||
"repository": "serverless/serverless-plugin-typescript", | ||
"repository": { | ||
"type": "git", | ||
"url": "[email protected]:vectorjohn/serverless-plugin-typescript.git" | ||
}, | ||
"keywords": [ | ||
"serverless", | ||
"serverless plugin", | ||
|