Comparing version 1.0.6 to 1.0.7
Change Log | ||
============== | ||
## 2015-06-30 ## | ||
* npm package version updated to 1.0.7 | ||
* Updated package devDependencies | ||
* Added License to package.json. | ||
* Updated Travis-ci to test v0.6-v0.12 | ||
* Updated copyright date in README. | ||
@@ -4,0 +10,0 @@ ## 2012-07-12 ## |
{ | ||
"name": "requiredir", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"author": "James Eggers <james.r.eggers@gmail.com> (http://www.jamesreggers.com/)", | ||
"description": "A module for importing a directory of Node.js modules and adding them into an array or as properties of the module variable.", | ||
"homepage": "https://github.com/JamesEggers1/node-requiredir", | ||
"license": "MIT", | ||
"repository": { | ||
@@ -13,8 +14,11 @@ "type": "git", | ||
"engines": { | ||
"node": ">= 0.6.x" | ||
"node": ">= 0.6" | ||
}, | ||
"scripts": { | ||
"test": "mocha ./tests/requiredir-tests.js -R spec" | ||
"test": "mocha ./tests/requiredir-tests.js -R spec" | ||
}, | ||
"keywords": [ "require", "require directory"], | ||
"keywords": [ | ||
"require", | ||
"require directory" | ||
], | ||
"bugs": { | ||
@@ -24,6 +28,6 @@ "url": "https://github.com/JamesEggers1/node-requiredir/issues" | ||
"devDependencies": { | ||
"mocha": "1.2.1", | ||
"should": "0.6.3", | ||
"rimraf": "2.0.2" | ||
"mocha": "1.21.5", | ||
"rimraf": "2.0.2", | ||
"should": "5.0.1" | ||
} | ||
} | ||
} |
@@ -40,3 +40,3 @@ requiredir [![Build Status](https://secure.travis-ci.org/JamesEggers1/node-requiredir.png)](http://travis-ci.org/JamesEggers1/node-requiredir) | ||
Copyright (c) 2012 James Eggers | ||
Copyright (c) 2015 James Eggers | ||
@@ -43,0 +43,0 @@ 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 the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: |
Non-existent author
Supply chain riskThe package was published by an npm account that no longer exists.
Found 1 instance in 1 package
10894
0