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 bb0a816 commit 67330dc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
1 change: 0 additions & 1 deletion .github/.keepalive

This file was deleted.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,18 @@
"url": "https://github.com/stdlib-js/stdlib/issues"
},
"dependencies": {
"@stdlib/assert-is-date-object": "^0.1.0",
"@stdlib/assert-is-date-object": "^0.1.1",
"@stdlib/assert-is-integer": "^0.1.0",
"@stdlib/cli-ctor": "^0.1.0",
"@stdlib/fs-read-file": "^0.1.0",
"@stdlib/cli-ctor": "^0.1.1",
"@stdlib/fs-read-file": "^0.1.1",
"@stdlib/math-base-special-floor": "^0.1.0",
"@stdlib/string-format": "^0.1.0",
"@stdlib/time-current-year": "^0.1.0"
"@stdlib/string-format": "^0.1.1",
"@stdlib/time-current-year": "^0.1.1"
},
"devDependencies": {
"@stdlib/assert-is-browser": "^0.1.0",
"@stdlib/assert-is-windows": "^0.1.0",
"@stdlib/process-exec-path": "^0.1.0",
"@stdlib/assert-is-browser": "^0.1.1",
"@stdlib/assert-is-windows": "^0.1.1",
"@stdlib/process-exec-path": "^0.1.1",
"@stdlib/string-left-pad": "^0.1.0",
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
"istanbul": "^0.4.1",
Expand Down
2 changes: 1 addition & 1 deletion test/dist/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ var isoWeeksInYear = require( './../../dist' );

// FIXTURES //

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


// FUNCTIONS //
Expand Down

0 comments on commit 67330dc

Please sign in to comment.