updated to v2
This commit is contained in:
14
node_modules/handlebars/lib/handlebars.js
generated
vendored
Normal file
14
node_modules/handlebars/lib/handlebars.js
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
var Handlebars = require("./handlebars/base");
|
||||
module.exports = Handlebars;
|
||||
|
||||
// Each of these augment the Handlebars object. No need to setup here.
|
||||
// (This is done to easily share code between commonjs and browse envs)
|
||||
require("./handlebars/utils");
|
||||
|
||||
require("./handlebars/compiler");
|
||||
require("./handlebars/runtime");
|
||||
|
||||
// BEGIN(BROWSER)
|
||||
|
||||
// END(BROWSER)
|
||||
|
||||
Reference in New Issue
Block a user