Skip to content
This repository was archived by the owner on Apr 5, 2021. It is now read-only.

Latest commit

 

History

History
14 lines (9 loc) · 260 Bytes

File metadata and controls

14 lines (9 loc) · 260 Bytes

THIS REPOSITORY IS UNMAINTAINED!!!

express-package-version

'use strict';

const express = require('express');
const version = require('@sphericalelephant/express-package-version');

const app = express();

app.get('/version', version);