commonform-terminal
Advanced tools
Comparing version 0.1.1 to 0.2.0
{ | ||
"name": "commonform-terminal", | ||
"description": "display Common Form projects at text terminals", | ||
"version": "0.2.0", | ||
"author": { | ||
@@ -10,3 +13,2 @@ "name": "Kyle E. Mitchell", | ||
}, | ||
"description": "display Common Form projects at text terminals", | ||
"dependencies": { | ||
@@ -23,2 +25,3 @@ "chalk": "^0.5.1", | ||
"chai": "^1.10.0", | ||
"check-versions": "0.0.1", | ||
"istanbul": "^0.3.5", | ||
@@ -38,3 +41,2 @@ "jscs": "^1.10.0", | ||
"main": "source/index", | ||
"name": "commonform-terminal", | ||
"repository": { | ||
@@ -46,9 +48,8 @@ "type": "git", | ||
"check": "check-versions --check-module", | ||
"coverage": "istanbul cover _mocha && istanbul check-coverage coverage/coverage.json", | ||
"lint": "jshint source test && jscs source test", | ||
"pre-commit": "npm run lint && npm run check && npm run coverage", | ||
"lint": "jshint source test && jscs source test", | ||
"coverage": "istanbul cover _mocha && istanbul check-coverage coverage/coverage.json", | ||
"test": "mocha", | ||
"travis-ci": "npm run pre-commit" | ||
}, | ||
"version": "0.1.1" | ||
} | ||
} |
@@ -12,2 +12,2 @@ var validate = require('commonform-validate'); | ||
module.exports.version = '0.1.1'; | ||
module.exports.version = '0.2.0'; |
28905
6