Comparing version 0.2.3 to 0.2.4
12
index.js
// | ||
// Aspir | ||
// Copyright(c) 2014 Matt Hernandez <matt@modulus.io> | ||
// Copyright(c) 2015 Matt Hernandez <matt@modulus.io> | ||
// MIT Licensed | ||
// | ||
(function() { | ||
void function() { | ||
@@ -26,3 +26,3 @@ // | ||
if (match && match.length === 3) { | ||
var name = match[1] | ||
var name = match[1] | ||
, index = match[2]; | ||
@@ -70,6 +70,6 @@ | ||
window.aspir = { | ||
get : get, | ||
exists : exists | ||
get: get, | ||
exists: exists | ||
}; | ||
} | ||
})(); | ||
}(); |
{ | ||
"name": "aspir", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "Check for and find object values using a string path.", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "make test" | ||
"test": "lab --coverage --lint", | ||
"gen-coverage": "lab --coverage --reporter lcov > lcov.info" | ||
}, | ||
@@ -18,6 +19,4 @@ "keywords": [ | ||
"devDependencies": { | ||
"mocha": "~1.17.1", | ||
"jshint": "~2.4.3", | ||
"istanbul": "~0.2.4", | ||
"chai": "~1.9.0" | ||
"code": "1.5.0", | ||
"lab": "5.14.0" | ||
}, | ||
@@ -24,0 +23,0 @@ "repository": { |
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
8108
2
7
132