Comparing version
@@ -22,3 +22,3 @@ #!/usr/bin/env node | ||
var html = injectGa.insert(args.c, toHead) | ||
var html = injectGa.insert(code, toHead) | ||
, outputName = args.o || args.output | ||
@@ -25,0 +25,0 @@ |
{ | ||
"name": "inject-ga", | ||
"version": "0.2.1", | ||
"version": "0.2.4", | ||
"description": "Inject Google Analytics tracking code in HTML pages.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -42,2 +42,7 @@ Inject Google Analytics tracking code in HTML pages. | ||
</html> | ||
``` | ||
``` | ||
Tests: | ||
```sh | ||
npm test | ||
``` |
3844
0.68%48
14.29%