Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdc2689e

Browse files
committed
10.1 minor release
1 parent70b29ef commitdc2689e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎coderoad/test/packagejson.test.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@ describe("package.json", () => {
7171
)
7272
);
7373
});
74-
// 2.3
75-
it('should allow npm to update to anypatch release of "moment"',()=>{
74+
// 2.4
75+
it('should allow npm to update to anyminor release of "moment"',()=>{
7676
assert.ok(
77-
json.dependencies.moment.match(/^~/),
78-
'"moment" should specify apatch release with "~"'
77+
json.dependencies.moment.match(/^\^/),
78+
'"moment" should specify aminor release with "^"'
7979
);
8080
});
8181
});

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp