json-text-sequence
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -43,7 +43,9 @@ module.exports = function(grunt) { | ||
nodeunit: { | ||
all: ['test/*.coffee'] | ||
all: ['test/*.js'] | ||
}, | ||
shell: { | ||
istanbul: { | ||
command: 'istanbul cover nodeunit test' | ||
stdout: true, | ||
stderr: true, | ||
command: 'istanbul cover nodeunit test/*.coffee' | ||
}, | ||
@@ -83,3 +85,4 @@ }, | ||
grunt.registerTask('server', ['test', 'shell:istanbul', 'express', 'watch']); | ||
grunt.registerTask('ci', ['test', 'shell:istanbul', 'coveralls']); | ||
grunt.registerTask('coverage', ['coffee', 'shell:istanbul']) | ||
grunt.registerTask('ci', ['coverage', 'coveralls']); | ||
}; |
{ | ||
"name": "json-text-sequence", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Parse and generate RS-delimited JSON sequences according to draft-ietf-json-text-sequence", | ||
@@ -10,2 +10,3 @@ "main": "./lib/index.js", | ||
"scripts": { | ||
"ci": "grunt ci", | ||
"test": "grunt test" | ||
@@ -30,2 +31,3 @@ }, | ||
"devDependencies": { | ||
"coffee-script": "^1.8.0", | ||
"grunt": "^0.4.5", | ||
@@ -42,7 +44,9 @@ "grunt-codo": "^0.2.0", | ||
"grunt-shell": "^1.1.1", | ||
"jit-grunt": "^0.8.0" | ||
"istanbul": "^0.3.2", | ||
"jit-grunt": "^0.8.0", | ||
"nodeunit": "^0.9.0" | ||
}, | ||
"dependencies": { | ||
"delimit-stream": "0.0.1" | ||
"delimit-stream": "0.1.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
18060
15
290
15
+ Addeddelimit-stream@0.1.0(transitive)
- Removeddelimit-stream@0.0.1(transitive)
Updateddelimit-stream@0.1.0