init
This commit is contained in:
11
lib/factory/version.js
Normal file
11
lib/factory/version.js
Normal file
@@ -0,0 +1,11 @@
|
||||
//
|
||||
// Generate a version object. This
|
||||
// is the only valid value as of
|
||||
// now
|
||||
//
|
||||
module.exports = function() {
|
||||
return {
|
||||
type: 'version',
|
||||
version: 1
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user