mirror of
https://github.com/S2-/gitlit
synced 2025-08-04 13:10:09 +02:00
add node modules to repo
This commit is contained in:
13
node_modules/plist/index.js
generated
vendored
Normal file
13
node_modules/plist/index.js
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
/**
|
||||
* Parser functions.
|
||||
*/
|
||||
|
||||
var parserFunctions = require('./lib/parse');
|
||||
Object.keys(parserFunctions).forEach(function (k) { exports[k] = parserFunctions[k]; });
|
||||
|
||||
/**
|
||||
* Builder functions.
|
||||
*/
|
||||
|
||||
var builderFunctions = require('./lib/build');
|
||||
Object.keys(builderFunctions).forEach(function (k) { exports[k] = builderFunctions[k]; });
|
Reference in New Issue
Block a user