Comparing version 0.0.0 to 0.1.0
{ | ||
"name": "derequire", | ||
"version": "0.0.0", | ||
"version": "0.1.0", | ||
"description": "remove requires", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "./node_modules/istanbul/lib/cli.js test ./node_modules/mocha/bin/_mocha test/test.js" | ||
}, | ||
@@ -23,3 +23,8 @@ "repository": { | ||
"escodegen": "~1.0.1" | ||
}, | ||
"devDependencies": { | ||
"chai": "~1.8.1", | ||
"mocha": "~1.16.2", | ||
"istanbul": "~0.2.1" | ||
} | ||
} |
@@ -13,2 +13,2 @@ derequire | ||
takes a string of code and replaces all instances of the identifier `tokenFrom` (default 'require') and replaces them with tokenTo (default '__derequire__'), returnes the code. | ||
takes a string of code and replaces all instances of the identifier `tokenFrom` (default 'require') and replaces them with tokenTo (default '\_\_derequire\_\_'), returnes the code. |
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
2282
5
31
1
3