cjs-rename
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "cjs-rename", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Rename a CJS file thing", | ||
@@ -12,2 +12,12 @@ "main": "index.js", | ||
}, | ||
"author": "George Czabania <george@czabania.com>", | ||
"homepage": "https://github.com/stayradiated/cjs-rename", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/stayradiated/cjs-rename.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/stayradiated/cjs-rename/issues" | ||
}, | ||
"license": "MIT", | ||
"keywords": [ | ||
@@ -19,4 +29,2 @@ "rename", | ||
], | ||
"author": "George Czabania", | ||
"license": "MIT", | ||
"dependencies": { | ||
@@ -23,0 +31,0 @@ "commander": "2.1.x", |
@@ -11,7 +11,7 @@ # cjs-rename | ||
// timruffles idea | ||
cjs-rename ../source/old.js new.js ../source | ||
// timruffles idea - only specify file names, not paths | ||
cjs-rename old.js new.js ../source | ||
// my idea - if no source is specified, use parent dir | ||
cjs-rename ../source/old.js new.js | ||
// my idea - if no source is specified, use current dir | ||
cjs-rename old.js new.js | ||
``` | ||
@@ -50,2 +50,6 @@ | ||
### 0.0.2 | ||
- Add github page to package.json | ||
### 0.0.1 | ||
@@ -52,0 +56,0 @@ |
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
7453
1
1
60
2