Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Oct 5, 2023
1 parent e529c2f commit 48d7ee4
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 15 deletions.
1 change: 0 additions & 1 deletion .github/.keepalive

This file was deleted.

26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,26 +40,26 @@
"url": "https://github.com/stdlib-js/stdlib/issues"
},
"dependencies": {
"@stdlib/assert-is-string": "^0.1.0",
"@stdlib/cli-ctor": "^0.1.0",
"@stdlib/fs-read-file": "^0.1.0",
"@stdlib/process-read-stdin": "^0.1.0",
"@stdlib/regexp-eol": "^0.1.0",
"@stdlib/streams-node-stdin": "^0.1.0",
"@stdlib/string-format": "^0.1.0",
"@stdlib/assert-is-string": "^0.1.1",
"@stdlib/cli-ctor": "^0.1.1",
"@stdlib/fs-read-file": "^0.1.1",
"@stdlib/process-read-stdin": "^0.1.1",
"@stdlib/regexp-eol": "^0.1.1",
"@stdlib/streams-node-stdin": "^0.1.1",
"@stdlib/string-format": "^0.1.1",
"@stdlib/string-next-grapheme-cluster-break": "^0.1.0"
},
"devDependencies": {
"@stdlib/assert-is-browser": "^0.1.0",
"@stdlib/assert-is-windows": "^0.1.0",
"@stdlib/assert-is-browser": "^0.1.1",
"@stdlib/assert-is-windows": "^0.1.1",
"@stdlib/bench": "^0.1.0",
"@stdlib/constants-unicode-max": "^0.1.0",
"@stdlib/fs-write-file": "^0.1.0",
"@stdlib/constants-unicode-max": "^0.1.1",
"@stdlib/fs-write-file": "^0.1.1",
"@stdlib/math-base-special-floor": "^0.1.0",
"@stdlib/process-exec-path": "^0.1.0",
"@stdlib/process-exec-path": "^0.1.1",
"@stdlib/random-base-randu": "^0.1.0",
"@stdlib/string-from-code-point": "^0.1.0",
"@stdlib/string-replace": "^0.1.0",
"@stdlib/string-replace": "^0.1.1",
"@stdlib/string-starts-with": "^0.1.0",
"@stdlib/utils-inmap": "^0.1.0",
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
Expand Down
2 changes: 1 addition & 1 deletion test/dist/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ var numGraphemeClusters = require( './../../dist' );

// FIXTURES //

var fixtures = require( './../..xtures/test_data.json' );
var fixtures = require( './../fixtures/test_data.json' );


// TESTS //
Expand Down

0 comments on commit 48d7ee4

Please sign in to comment.