File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 11language : node_js
22node_js :
33 - " 6.2"
4+ script :
5+ - npm run lint
6+ - npm run coveralls
Original file line number Diff line number Diff line change 11# ![ z] ( https://raw.githubusercontent.com/leonardiwagner/z/master/z-logo.png ) Native pattern matching for Javascript.
22
3- [ ![ Build Status] ( https://travis-ci.org/z-pattern-matching/z.svg?branch=master )] ( https://travis-ci.org/leonardiwagner /z )
3+ [ ![ Build Status] ( https://travis-ci.org/z-pattern-matching/z.svg?branch=master )] ( https://travis-ci.org/z-pattern-matching /z )
44[ ![ Coverage Status] ( https://coveralls.io/repos/github/z-pattern-matching/z/badge.svg?branch=master )] ( https://coveralls.io/github/z-pattern-matching/z?branch=master )
55[ ![ Dependency Status] ( https://gemnasium.com/badges/github.com/z-pattern-matching/z.svg )] ( https://gemnasium.com/github.com/z-pattern-matching/z )
66[ ![ NPM version] ( https://img.shields.io/npm/v/z.svg )] ( https://www.npmjs.com/package/z )
Original file line number Diff line number Diff line change 44 "main" : " src/z.js" ,
55 "description" : " pattern matching for javascript" ,
66 "scripts" : {
7- "test" : " node_modules/mocha/bin/mocha tests/*.js" ,
7+ "test" : " mocha tests/*.js" ,
8+ "coveralls" : " nyc npm test && nyc report --reporter=text-lcov | coveralls" ,
89 "lint" : " standard --fix \" src/z.js\" \" tests/*.js\" " ,
910 "coverage" : " nyc npm test"
1011 },
5253 "license" : " Apache-2.0" ,
5354 "devDependencies" : {
5455 "chai" : " ^3.4.0" ,
56+ "coveralls" : " ^2.11.16" ,
5557 "mocha" : " ^2.3.3" ,
58+ "mocha-lcov-reporter" : " ^1.2.0" ,
5659 "nyc" : " ^10.1.2" ,
5760 "standard" : " ^8.6.0"
5861 }
You can’t perform that action at this time.
0 commit comments