From 017f0fc284eceeece72089c2b7aebb72a6028ca6 Mon Sep 17 00:00:00 2001 From: Alex Indigo Date: Sun, 21 Feb 2016 02:43:30 -0800 Subject: [PATCH] Cleaned up package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c43bdb4..ead5d0d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "configly", - "version": "3.0.0", - "description": "A developer-friendly lightweight replacement for the `config` module that works with custom config directory and pluggable parsers", + "version": "3.0.1", + "description": "A developer-friendly lightweight replacement for the \"config\" module that works with custom config directory and pluggable parsers", "main": "index.js", "scripts": { "lint": "eslint index.js test/*.js",