prelude-extension
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -1,2 +0,1 @@ | ||
// Generated by LiveScript 1.4.0 | ||
(function(){ | ||
@@ -37,3 +36,3 @@ var ref$, all, any, concatMap, each, filter, find, isType, keys, map, Obj, objToPairs, partition, reverse, sortBy, clamp, findAll, get, isEqualToObject, partitionString, mappend, rextend, set, transpose, unwrap, slice$ = [].slice, toString$ = {}.toString; | ||
})( | ||
['Boolan', 'Number', 'String', 'undefined'])) { | ||
['Boolean', 'Number', 'String', 'undefined'])) { | ||
return o1 === o2; | ||
@@ -40,0 +39,0 @@ } |
{ | ||
"name": "prelude-extension", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "prelude-extension", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "mocha test/index.ls --compilers ls:livescript", | ||
"coverage": "gulp coverage", | ||
"coveralls": "gulp coverage && cat coverage/lcov.info | coveralls" | ||
}, | ||
@@ -17,3 +19,11 @@ "author": "Furqan Zafar", | ||
"prelude-ls": "^1.1.2" | ||
}, | ||
"devDependencies": { | ||
"coveralls": "^2.11.6", | ||
"gulp": "^3.9.0", | ||
"gulp-livescript": "^3.0.0", | ||
"gulp-livescript-istanbul": "0.0.1", | ||
"gulp-mocha": "^2.2.0", | ||
"livescript": "^1.4.0" | ||
} | ||
} |
@@ -0,3 +1,11 @@ | ||
Prelude Extension | ||
============================================= | ||
[![Build Status](https://travis-ci.org/furqanZafar/prelude-extension.svg?branch=master)](https://travis-ci.org/furqanZafar/prelude-extension) | ||
[![Coverage Status](https://coveralls.io/repos/furqanZafar/prelude-extension/badge.svg?branch=master&service=github)](https://coveralls.io/github/furqanZafar/prelude-extension?branch=master) | ||
# Install | ||
`npm install prelude-extension` | ||
# Functions | ||
`clamp :: Number -> Number -> Number` | ||
@@ -23,4 +31,5 @@ | ||
# Test | ||
`./test.sh` | ||
# Development | ||
* run `gulp` to watch and build changes to `index.ls` | ||
* `npm test` for running unit tests | ||
* `npm run coverage` for running unit tests with code coverage |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
7673
2
34
6
195