Skip to content

Commit e3ae1c0

Browse files
committed
fix: package name
1 parent 536db75 commit e3ae1c0

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "brazos-tranist-api",
2+
"name": "brazos-transit-api",
33
"version": "1.2.0",
44
"description": "JS implementation of the Texas A&M Bus API",
55
"main": "src/index.js",
@@ -14,19 +14,19 @@
1414
},
1515
"repository": {
1616
"type": "git",
17-
"url": "git+https://github.com/Maroon-Rides/brazos-tranist-api.git"
17+
"url": "git+https://github.com/Maroon-Rides/brazos-transit-api.git"
1818
},
1919
"author": "Maroon-Rides",
2020
"license": "Apache-2.0",
2121
"bugs": {
22-
"url": "https://github.com/Maroon-Rides/brazos-tranist-api/issues"
22+
"url": "https://github.com/Maroon-Rides/brazos-transit-api/issues"
2323
},
24-
"homepage": "https://github.com/Maroon-Rides/brazos-tranist-api#readme",
24+
"homepage": "https://github.com/Maroon-Rides/brazos-transit-api#readme",
2525
"dependencies": {
2626
"moment": "^2.29.4"
2727
},
2828
"devDependencies": {
2929
"typescript": "^5.7.3"
3030
},
3131
"types": "dist/index.d.ts"
32-
}
32+
}

0 commit comments

Comments
 (0)