commonform-number
Advanced tools
Comparing version 0.4.3 to 1.0.0
24
index.js
@@ -1,17 +0,1 @@ | ||
/* | ||
Copyright 2016 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 groupSeries = require('commonform-group-series') | ||
@@ -27,6 +11,6 @@ | ||
var seriesCount = groups | ||
.filter(function (group) { | ||
return group.type === 'series' | ||
}) | ||
.length | ||
.filter(function (group) { | ||
return group.type === 'series' | ||
}) | ||
.length | ||
@@ -33,0 +17,0 @@ // Compute numberings. |
{ | ||
"name": "commonform-number", | ||
"description": "number the provisions of a contract", | ||
"version": "0.4.3", | ||
"version": "1.0.0", | ||
"author": "Kyle E. Mitchell <kyle@kemitchell.com> (http://kemitchell.com)", | ||
@@ -10,8 +10,8 @@ "files": [ | ||
"dependencies": { | ||
"commonform-group-series": "~0.4.0" | ||
"commonform-group-series": "^2.0.0" | ||
}, | ||
"devDependencies": { | ||
"defence-cli": "~1.0.1", | ||
"replace-require-self": "~1.0.0", | ||
"standard": "^8.0.0" | ||
"defence-cli": "^3.0.1", | ||
"replace-require-self": "^1.1.1", | ||
"standard": "^12.0.1" | ||
}, | ||
@@ -26,3 +26,3 @@ "keywords": [ | ||
], | ||
"license": "Apache-2.0", | ||
"license": "BlueOak-1.0.0", | ||
"repository": "commonform/commonform-number", | ||
@@ -29,0 +29,0 @@ "scripts": { |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
7899
63
+ Addedcommonform-group-series@2.0.0(transitive)
+ Addedcommonform-predicate@3.0.1(transitive)
- Removedclone@1.0.4(transitive)
- Removedcommonform-group-series@0.4.0(transitive)
- Removedcommonform-predicate@0.4.4(transitive)