Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "two-string", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "An incredibly useful twoString utility.", | ||
@@ -21,13 +21,24 @@ "keywords": [ | ||
"lint": "eslint .", | ||
"cover": "rimraf coverage && mkdir coverage && mocha -R mocha-lcov-reporter > coverage/lcov.info", | ||
"pretest": "npm run lint", | ||
"test": "mocha -R nyan" | ||
}, | ||
"config": { | ||
"blanket": { | ||
"pattern": "src" | ||
} | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"blanket": "^1.2.1", | ||
"chai": "^3.5.0", | ||
"coveralls": "^2.11.6", | ||
"eslint": "^1.10.3", | ||
"eslint-config-airbnb": "^5.0.0", | ||
"eslint-plugin-react": "^3.16.1", | ||
"mocha": "^2.4.5" | ||
"mocha": "^2.4.5", | ||
"mocha-lcov-reporter": "^1.0.0", | ||
"rimraf": "^2.5.1" | ||
}, | ||
"peerDependencies": {} | ||
} |
@@ -5,2 +5,8 @@ # twoString | ||
[![npm](https://img.shields.io/npm/v/two-string.svg)](https://npmjs.com/packages/two-string) | ||
[![GitHub Issues](https://img.shields.io/github/issues/theneva/two-string.svg)](https://github.com/theneva/two-string/issues) | ||
[![Travis](https://travis-ci.org/theneva/two-string.svg?branch=master)](https://travis-ci.org/theneva/two-string) | ||
[![AppVeyor](https://ci.appveyor.com/api/projects/status/ps1v4exs2py8831e?svg=true)](https://ci.appveyor.com/project/theneva/two-string) | ||
[![Coverage Status](https://coveralls.io/repos/github/theneva/two-string/badge.svg?branch=master)](https://coveralls.io/github/theneva/two-string?branch=master) | ||
## Usage | ||
@@ -7,0 +13,0 @@ |
@@ -5,4 +5,4 @@ const expect = require('chai').expect; | ||
describe('twoString', () => { | ||
it('should return a two string', () => { | ||
describe('twoString', function testTwoString() { | ||
it('should return a two string', function checkReturnsTwoString() { | ||
const result = twoString(); | ||
@@ -9,0 +9,0 @@ expect(result).to.equal('2'); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
10100
11
20
9