This is an automated email from the ASF dual-hosted git repository.
ocket8888 pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/trafficcontrol-trafficops-types.git
The following commit(s) were added to refs/heads/master by this push:
new d470c34 Fix repo linking
d470c34 is described below
commit d470c3486a6c9f142e78aa7fd528246616fdb89c
Author: ocket8888 <[email protected]>
AuthorDate: Thu Oct 13 12:47:51 2022 -0600
Fix repo linking
---
package-lock.json | 4 ++--
package.json | 9 +++++----
2 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 5eeeae7..db5e289 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "trafficops-types",
- "version": "3.1.0",
+ "version": "3.1.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "trafficops-types",
- "version": "3.1.0",
+ "version": "3.1.1",
"license": "Apache-2.0",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.0.0",
diff --git a/package.json b/package.json
index 37bc190..911daa4 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "trafficops-types",
- "version": "3.1.0",
+ "version": "3.1.1",
"description": "A library for dealing with Apache Traffic Control
objects",
"main": "dist/index.js",
"scripts": {
@@ -12,6 +12,7 @@
"keywords": [
"Traffic Ops",
"trafficops",
+ "trafficcontrol",
"Traffic Control",
"Apache Traffic Control",
"ATC"
@@ -26,13 +27,13 @@
],
"repository": {
"type": "git",
- "url": "https://github.com/ocket8888/trafficops-types.git"
+ "url":
"https://github.com/apache/trafficcontrol-trafficops-types.git"
},
"license": "Apache-2.0",
- "homepage": "https://github.com/ocket8888/trafficops-types#readme",
+ "homepage":
"https://github.com/apache/trafficcontrol-trafficops-types#readme",
"bugs": {
"email": "[email protected]",
- "url": "https://github.com/ocket8888/trafficops-types/issues"
+ "url":
"https://github.com/apache/trafficcontrol-trafficops-types/issues"
},
"type": "module",
"devDependencies": {