Files
setup-haskell/node_modules/handlebars/runtime.js
Timothy Clem 63b90beb0c npm audit fix
2019-09-30 10:04:01 -07:00

4 lines
167 B
JavaScript

// Create a simple path alias to allow browserify to resolve
// the runtime on a supported path.
module.exports = require('./dist/cjs/handlebars.runtime')['default'];