Skip to content

Commit d6ca9c2

Browse files
committed
2.0.5
1 parent 27dd777 commit d6ca9c2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@
244244
"hireable": null
245245
}
246246
],
247-
"version": "2.0.4",
247+
"version": "2.0.5",
248248
"keywords": [
249249
"csv",
250250
"csv parser",
@@ -297,7 +297,7 @@
297297
"test": "rm -Rf .ts-node && TS_NODE_CACHE_DIRECTORY=.ts-node mocha -r ts-node/register src/**/*.test.ts ./test/*.ts -R spec",
298298
"travis": "nyc --reporter lcov mocha -r ts-node/register src/**/*.test.ts ./test/*.ts -R spec",
299299
"test:debug": "mocha debug -r ts-node/register src/**/*.test.ts ./test/*.ts -R spec",
300-
"test:function":"mocha -r ts-node/register test/**/*.ts",
300+
"test:function": "mocha -r ts-node/register test/**/*.ts",
301301
"test-all": "mocha ./test -R spec && CSV_WORKER=3 mocha ./test -R spec ",
302302
"test:unit": "mocha -r ts-node/register src/**/*.ts",
303303
"test:all:debug": "mocha debug ./testNew -R spec",

0 commit comments

Comments
 (0)