Comparing version 0.0.8 to 0.1.0
{ | ||
"name": "needler", | ||
"description": "A quick tool to find a needle in a haystack", | ||
"version": "0.0.8", | ||
"version": "0.1.0", | ||
"main": "./lib", | ||
"scripts": { | ||
"test": "./node_modules/.bin/mocha --reporter spec", | ||
"clean": "rimraf lib", | ||
"compile": "./node_modules/.bin/babel --presets es2015,stage-2 -d lib/ src/", | ||
"prepublish": "npm run clean && npm run compile" | ||
"prepublish": "npm run clean && npm run compile && npm run test" | ||
}, | ||
"author": "Robert Grubb", | ||
"license": "MIT", | ||
"repository": { | ||
@@ -15,2 +18,5 @@ "type": "git", | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/RobertGrubb/needler/issues" | ||
}, | ||
"keywords": [ | ||
@@ -29,2 +35,4 @@ "regex", | ||
"babel-preset-stage-2": "^6.5.0", | ||
"chai": "^3.5.0", | ||
"mocha": "^2.4.5", | ||
"rimraf": "^2.5.2" | ||
@@ -31,0 +39,0 @@ }, |
@@ -1,2 +0,2 @@ | ||
# Needler | ||
# Needler [![Build Status](https://travis-ci.org/RobertGrubb/needler.svg?branch=master)](https://travis-ci.org/RobertGrubb/needler) | ||
---------------- | ||
@@ -3,0 +3,0 @@ |
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 contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
5628
0
1
7