From b7f921d0549013e788ff492ef1fa4343ecd82afc Mon Sep 17 00:00:00 2001 From: Rich Tibbett Date: Wed, 5 Jul 2017 16:08:33 +0200 Subject: [PATCH] Set name of package to 'nosleep.js'. We are currently attempting to obtain maintainer access to the npm 'nosleep.js' package that has been published from elsewhere. This commit is just about getting all our ducks in a row. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 43820b8..1af6dea 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "nosleep", + "name": "nosleep.js", "version": "0.7.0", "author": "Rich Tibbett", "license": "MIT",