commonform-predicate
Advanced tools
Comparing version 2.0.0 to 3.0.0
17
index.js
@@ -1,16 +0,1 @@ | ||
/* Copyright 2015 Kyle E. Mitchell | ||
* | ||
* Licensed under the Apache License, Version 2.0 (the "License"); you | ||
* may not use this file except in compliance with the License. You may | ||
* obtain a copy of the License at | ||
* | ||
* http://www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* Unless required by applicable law or agreed to in writing, software | ||
* distributed under the License is distributed on an "AS IS" BASIS, | ||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or | ||
* implied. See the License for the specific language governing | ||
* permissions and limitations under the License. | ||
*/ | ||
var has = function (key) { | ||
@@ -22,3 +7,3 @@ return function (argument) { | ||
var types = ['blank', 'definition', 'reference', 'use'] | ||
var types = [ 'blank', 'definition', 'reference', 'use' ] | ||
@@ -25,0 +10,0 @@ types.forEach(function (type) { |
{ | ||
"name": "commonform-predicate", | ||
"description": "distinguish Common Form content objects", | ||
"version": "2.0.0", | ||
"version": "3.0.0", | ||
"author": "Kyle E. Mitchell <kyle@kemitchell.com> (http://kemitchell.com)", | ||
@@ -9,3 +9,4 @@ "devDependencies": { | ||
"replace-require-self": "^1.0.1", | ||
"standard": "^8.0.0-beta.5" | ||
"standard": "^8.6.0", | ||
"standard-markdown": "^5.0.1" | ||
}, | ||
@@ -25,8 +26,8 @@ "files": [ | ||
], | ||
"license": "Apache-2.0", | ||
"license": "BlueOak-1.0.0", | ||
"repository": "commonform/commonform-predicate", | ||
"scripts": { | ||
"lint": "standard", | ||
"lint": "standard && standard-markdown README.md", | ||
"test": "defence -i javascript README.md | replace-require-self | node" | ||
} | ||
} |
4167
4
15