We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
yank_message
version
1 parent 809e372 commit f9d5fe1Copy full SHA for f9d5fe1
mirage/factories/version.js
@@ -9,6 +9,7 @@ export default Factory.extend({
9
updated_at: '2017-02-24T12:34:56Z',
10
11
yanked: false,
12
+ yank_message: null,
13
license: i => LICENSES[i % LICENSES.length],
14
15
downloads: i => (((i + 13) * 42) % 13) * 1234,
0 commit comments