Skip to content

Commit dc2689e

Browse files
committed
10.1 minor release
1 parent 70b29ef commit dc2689e

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 any patch release of "moment"', () => {
74+
// 2.4
75+
it('should allow npm to update to any minor release of "moment"', () => {
7676
assert.ok(
77-
json.dependencies.moment.match(/^~/),
78-
'"moment" should specify a patch release with "~"'
77+
json.dependencies.moment.match(/^\^/),
78+
'"moment" should specify a minor release with "^"'
7979
);
8080
});
8181
});

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy