Skip to content

Commit

Permalink
updates to d3plus-dev v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
davelandry committed Jul 8, 2019
1 parent 4add97e commit 9bf119a
Show file tree
Hide file tree
Showing 10 changed files with 2,159 additions and 788 deletions.
2,929 changes: 2,150 additions & 779 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"test": "d3plus-test"
},
"devDependencies": {
"d3plus-dev": "^0.6.18"
"d3plus-dev": "^0.7.1"
},
"module": "es/index",
"sideEffects": false,
Expand Down
2 changes: 1 addition & 1 deletion test/TextBox.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import test from "zora";
import {test} from "zora";
import {default as TextBox} from "../src/TextBox.js";

test("TextBox", function *(assert) {
Expand Down
2 changes: 1 addition & 1 deletion test/fontExists.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import test from "zora";
import {test} from "zora";
import {default as fontExists} from "../src/fontExists.js";

test("fontExists", assert => {
Expand Down
2 changes: 1 addition & 1 deletion test/stringify.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import test from "zora";
import {test} from "zora";
import {default as stringify} from "../src/stringify.js";

test("stringify", assert => {
Expand Down
2 changes: 1 addition & 1 deletion test/strip.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import test from "zora";
import {test} from "zora";
import {default as strip} from "../src/strip.js";

test("strip", assert => {
Expand Down
2 changes: 1 addition & 1 deletion test/textSplit.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import test from "zora";
import {test} from "zora";
import {default as textSplit, splitChars} from "../src/textSplit.js";

test("textSplit", assert => {
Expand Down
2 changes: 1 addition & 1 deletion test/textWidth.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import test from "zora";
import {test} from "zora";
import {default as textWidth} from "../src/textWidth.js";

test("textWidth", assert => {
Expand Down
2 changes: 1 addition & 1 deletion test/textWrap.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import test from "zora";
import {test} from "zora";
import {default as textWrap} from "../src/textWrap.js";

test("textWrap", assert => {
Expand Down
2 changes: 1 addition & 1 deletion test/titleCase.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import test from "zora";
import {test} from "zora";
import {default as titleCase} from "../src/titleCase.js";

test("titleCase", assert => {
Expand Down

0 comments on commit 9bf119a

Please sign in to comment.