Skip to content
This repository was archived by the owner on Jul 16, 2020. It is now read-only.

Commit c990512

Browse files
committed
move dotenv to devDeps; bump versions
1 parent b227655 commit c990512

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ test
33
Procfile
44
playground.*
55
catalog.json
6+
.vscode

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unofficial-umdearborn-catalog-api",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "Unofficial course catalog APIs for the University of Michigan-Dearborn",
55
"main": "./dist/src/library.js",
66
"typings": "./src/library.ts",
@@ -21,6 +21,7 @@
2121
"@types/chai": "^4.0.4",
2222
"@types/mocha": "^2.2.43",
2323
"chai": "^4.1.2",
24+
"dotenv": "^4.0.0",
2425
"mocha": "^4.0.1",
2526
"nodemon": "^1.12.1",
2627
"ts-node": "^3.3.0",
@@ -35,7 +36,6 @@
3536
"@types/node": "^8.0.46",
3637
"axios": "^0.17.1",
3738
"common-tags": "^1.7.2",
38-
"dotenv": "^4.0.0",
3939
"express": "^4.16.2",
4040
"he": "^1.1.1",
4141
"http-status-codes": "^1.3.0",

swagger.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.0.0
22
info:
33
title: Unofficial UMDearborn Catalog API
4-
version: 0.1.3
4+
version: 0.1.4
55
components:
66
schemas:
77
term:

0 commit comments

Comments
 (0)