Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
increase version number
Browse files Browse the repository at this point in the history
  • Loading branch information
TakenPilot committed Sep 27, 2014
1 parent a9b7991 commit 64183ee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -9,7 +9,6 @@ Limit complexity in JavaScript projects by failing build if function exceed limi

[![Coverage Status](https://coveralls.io/repos/TakenPilot/gulp-limit-complexity/badge.png?branch=master)](https://coveralls.io/r/TakenPilot/gulp-limit-complexity?branch=master)


[![Dependencies](https://david-dm.org/TakenPilot/gulp-limit-complexity.svg?style=flat)](https://david-dm.org/TakenPilot/gulp-limit-complexity.svg?style=flat)

Using Mozilla's JavaScript tree mapper to parse functions, and escomplex to calculate the complexity of every function.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "gulp-limit-complexity",
"version": "0.0.2",
"version": "0.5.0",
"description": "Limit complexity in JavaScript projects by failing build if function exceed limits",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 64183ee

Please sign in to comment.