Skip to content

Commit

Permalink
House cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
alexindigo committed Feb 22, 2016
1 parent 017f0fc commit 6d702c6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
12 changes: 10 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand All @@ -29,7 +28,16 @@
"conf",
"directory",
"pluggable",
"parser"
"parser",
"cson",
"hjson",
"ini",
"js",
"json",
"json5",
"properties",
"toml",
"yaml"
],
"author": "Alex Indigo <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 6d702c6

Please sign in to comment.