Comparing version 0.0.111 to 0.0.112
@@ -39,6 +39,6 @@ 'use strict'; | ||
}); | ||
Object.defineProperty(exports, 'curveStepbefore', { | ||
Object.defineProperty(exports, 'curveStepBefore', { | ||
enumerable: true, | ||
get: function get() { | ||
return _d3Shape.curveStepbefore; | ||
return _d3Shape.curveStepBefore; | ||
} | ||
@@ -45,0 +45,0 @@ }); |
{ | ||
"name": "@vx/curve", | ||
"version": "0.0.111", | ||
"version": "0.0.112", | ||
"description": "vx curve", | ||
@@ -12,3 +12,4 @@ "main": "build/index.js", | ||
"build": "make build SRC=./src", | ||
"prepublish": "make build SRC=./src" | ||
"prepublish": "make build SRC=./src", | ||
"test": "jest" | ||
}, | ||
@@ -28,4 +29,7 @@ "keywords": [ | ||
"devDependencies": { | ||
"babel-jest": "^20.0.3", | ||
"jest": "^20.0.3", | ||
"react-fatigue-dev": "github:tj/react-fatigue-dev", | ||
"react-tools": "^0.10.0" | ||
"react-tools": "^0.10.0", | ||
"regenerator-runtime": "^0.10.5" | ||
}, | ||
@@ -32,0 +36,0 @@ "publishConfig": { |
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
7240
5