Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "jsq", | ||
"version": "0.0.1", | ||
"description": "Command line tool for repacing all double quoted strings with single quoted strings in a file or directory. Usage: jsq fileOrDirectory [fileOrDirectory [fileOrdirectory]]", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"keywords": [ | ||
"Command", | ||
"line", | ||
"single", | ||
"quoted", | ||
"string", | ||
"double", | ||
"quoted", | ||
"string", | ||
"javascript", | ||
"code" | ||
], | ||
"bin": { | ||
"jsq": "./index.js" | ||
}, | ||
"author": "Allan Ebdrup", | ||
"license": "Apache v2", | ||
"dependencies": { | ||
"singlequote": "~0.0.5", | ||
"findit": "~1.1" | ||
} | ||
"name": "jsq", | ||
"version": "0.0.2", | ||
"description": "Command line tool for repacing all double quoted strings with single quoted strings in a file or directory. Usage: jsq fileOrDirectory [fileOrDirectory [..]]", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"keywords": [ | ||
"Command", | ||
"line", | ||
"single", | ||
"quoted", | ||
"string", | ||
"double", | ||
"quoted", | ||
"string", | ||
"javascript", | ||
"code" | ||
], | ||
"bin": { | ||
"jsq": "./index.js" | ||
}, | ||
"author": "Allan Ebdrup", | ||
"license": "Apache v2", | ||
"dependencies": { | ||
"singlequote": "~0.0.7", | ||
"findit": "~1.1" | ||
} | ||
} |
@@ -1,3 +0,3 @@ | ||
singlequote | ||
-------------- | ||
jsq | ||
--- | ||
@@ -12,11 +12,4 @@ Command line tool for transforming all double quote strings in JavaScript (.js) file(s) to single quoted strings | ||
----- | ||
```js | ||
jsq | ||
``` | ||
running singlequote on an entire directory of .js files | ||
------------------------------------------------------- | ||
You need to have the module `findit` installed in your solution. | ||
```js | ||
jsq fileOrDirectory [fileOrDirectory [...]] | ||
``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10889
15
Updatedsinglequote@~0.0.7