From 6d702c6cbbcb09bef15a071fe3d35b6926147371 Mon Sep 17 00:00:00 2001 From: Alex Indigo Date: Sun, 21 Feb 2016 23:13:31 -0800 Subject: [PATCH] House cleaning --- LICENSE | 2 +- package.json | 12 ++++++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 99fb1b7..c8d9c44 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2013 Alex Indigo +Copyright (c) 2016 Alex Indigo Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/package.json b/package.json index ead5d0d..629dc12 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,6 @@ "main": "index.js", "scripts": { "lint": "eslint index.js test/*.js", - "debug": "node test.js --test ok", "test": "nyc --reporter=lcov --reporter=text --check-coverage --lines 99 --functions 99 --branches 99 tap test/*.js" }, "pre-commit": [ @@ -29,7 +28,16 @@ "conf", "directory", "pluggable", - "parser" + "parser", + "cson", + "hjson", + "ini", + "js", + "json", + "json5", + "properties", + "toml", + "yaml" ], "author": "Alex Indigo ", "license": "MIT",