Comparing version 0.2.1 to 0.2.2
{ | ||
"name": "pagelet", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "pagelet", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "mocha $(find test -name '*.test.js')" | ||
"test": "NODE_ENV=test ./node_modules/.bin/mocha $(find test -name '*.test.js')", | ||
"coverage": "NODE_ENV=test ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha $(find test -name '*.test.js') --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js || true && rm -rf ./coverage" | ||
}, | ||
@@ -24,12 +25,15 @@ "repository": { | ||
"dependencies": { | ||
"debug": "~0.7.x", | ||
"fusing": "~0.2.x", | ||
"temper": "~0.1.x", | ||
"json-stringify-safe": "~5.0.x" | ||
"debug": "~0.8.0", | ||
"fusing": "~0.2.1", | ||
"temper": "~0.1.4", | ||
"json-stringify-safe": "~5.0.0" | ||
}, | ||
"devDependencies": { | ||
"chai": "1.8.x", | ||
"mocha": "1.13.x", | ||
"pre-commit": "0.0.x" | ||
"chai": "~1.9.0", | ||
"coveralls": "~2.8.0", | ||
"istanbul": "~0.2.6", | ||
"mocha": "~1.18.0", | ||
"mocha-lcov-reporter": "~0.0.1", | ||
"pre-commit": "~0.0.5" | ||
} | ||
} |
@@ -1,3 +0,7 @@ | ||
# Pagelet | ||
# Pagelet [![Build Status][status]](https://travis-ci.org/bigpipe/pagelet) [![NPM version][npmimgurl]](http://badge.fury.io/js/pagelet) [![Coverage Status][coverage]](http://coveralls.io/r/bigpipe/pagelet?branch=master) | ||
[status]: https://travis-ci.org/bigpipe/pagelet.png | ||
[npmimgurl]: https://badge.fury.io/js/pagelet.png | ||
[coverage]: http://coveralls.io/repos/bigpipe/pagelet/badge.png?branch=master | ||
## Installation | ||
@@ -4,0 +8,0 @@ |
Sorry, the diff of this file is not supported yet
28894
368
6
+ Addeddebug@0.8.1(transitive)
- Removeddebug@0.7.4(transitive)
Updateddebug@~0.8.0
Updatedfusing@~0.2.1
Updatedjson-stringify-safe@~5.0.0
Updatedtemper@~0.1.4