From de88433d9131cd69dcce83575405c1395a7aaa0d Mon Sep 17 00:00:00 2001 From: Michael Tseng Date: Tue, 1 Mar 2022 11:31:05 -0800 Subject: [PATCH] Small changes to test deployment. (#928) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b0e6d003d..822e37cd9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "service", - "version": "0.1.0", + "version": "0.1.1", "description": "Service side of clearlydefined.io.", "scripts": { "test": "nyc mocha --exit \"test/**/*.js\" && eslint .", @@ -82,4 +82,4 @@ "proxyquire": "^2.0.1", "sinon": "^5.0.0" } -} +} \ No newline at end of file