commonform-flatten
Advanced tools
Comparing version 0.4.0 to 0.5.0
{ | ||
"name": "commonform-flatten", | ||
"description": "flatten Common Forms", | ||
"version": "0.4.0", | ||
"version": "0.5.0", | ||
"author": "Kyle E. Mitchell <kyle@kemitchell.com> (http://kemitchell.com)", | ||
"bugs": "https://github.com/commonform/commonform-flatten/issues", | ||
"dependencies": { | ||
"commonform-resolve": "^0.4.0" | ||
"commonform-resolve": "0.5.x" | ||
}, | ||
"devDependencies": { | ||
"chai": "^2.2.0", | ||
"check-versions": "^1.0.0", | ||
"istanbul": "^0.3.5", | ||
@@ -26,12 +26,14 @@ "jscs": "^1.8.1", | ||
"license": "Apache-2.0", | ||
"main": "commonform-flatten.js", | ||
"main": "source/index", | ||
"peerDependencies": { | ||
"commonform": "1.x" | ||
}, | ||
"repository": "commonform/commonform-flatten", | ||
"scripts": { | ||
"check": "check-versions --check-module", | ||
"coverage": "istanbul cover _mocha && istanbul check-coverage coverage/coverage.json", | ||
"lint": "jshint commonform-flatten.js test && jscs commonform-flatten.js test", | ||
"pre-commit": "npm run lint && npm run check && npm run coverage", | ||
"test": "mocha", | ||
"travis-ci": "npm run pre-commit" | ||
"coverage": "istanbul check-coverage --config .dotfiles/istanbul.yml coverage/coverage.json", | ||
"lint": "jshint --config .dotfiles/jshint.json source test && jscs --config .dotfiles/jscs.json source test", | ||
"precommit": "npm run lint && npm run coverage", | ||
"precoverage": "istanbul cover --config .dotfiles/istanbul.yml -- _mocha --opts .dotfiles/mocha.opts", | ||
"test": "mocha --opts .dotfiles/mocha.opts" | ||
} | ||
} |
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
3153
5
4
2
45
+ Addedcommonform@1.0.1(transitive)
+ Addedcommonform-resolve@0.5.0(transitive)
- Removedcommonform-resolve@0.4.0(transitive)
Updatedcommonform-resolve@0.5.x