Comparing version 1.0.0 to 1.0.1
@@ -0,1 +1,6 @@ | ||
<a name="1.0.1"></a> | ||
## [1.0.1](https://github.com/poppinss/haye/compare/v1.0.0...v1.0.1) (2016-09-30) | ||
<a name="1.0.0"></a> | ||
@@ -2,0 +7,0 @@ # 1.0.0 (2016-09-30) |
{ | ||
"name": "haye", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Haye is an expressive string syntax to Array/Object and Vice-Versa parser for Javascript. Quite often you want your users to define some values using an expressive string expression instead of nesting values in an array or object.", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "istanbul cover _mocha test", | ||
"test": "istanbul cover _mocha --report lcovonly -- -R spec test && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage", | ||
"coverage": "istanbul cover _mocha test", | ||
@@ -27,2 +27,3 @@ "lint": "standard" | ||
"mocha": "^3.1.0", | ||
"mocha-lcov-reporter": "^1.2.0", | ||
"standard": "^8.3.0" | ||
@@ -29,0 +30,0 @@ }, |
# Haye | ||
![](http://i1117.photobucket.com/albums/k594/thetutlage/poppins-1_zpsg867sqyl.png) | ||
[![Version](https://img.shields.io/npm/v/haye.svg?style=flat-square)](https://www.npmjs.com/package/haye) | ||
@@ -4,0 +6,0 @@ [![Build Status](https://img.shields.io/travis/poppinss/haye/master.svg?style=flat-square)](https://travis-ci.org/poppinss/haye) |
@@ -130,3 +130,3 @@ 'use strict' | ||
* | ||
* @param {Arrau} values | ||
* @param {Array} values | ||
* | ||
@@ -133,0 +133,0 @@ * @return {String} |
15323
274
7