Skip to content

Commit d62efb7

Browse files
committed
add header on node-builder
1 parent 841511e commit d62efb7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

node-builder.js

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
/**
2+
* @author Marcel Bolten
3+
* @copyright 2012 Nicolas CARPi
4+
* @see https://www.elabftw.net Official website
5+
* @license AGPL-3.0
6+
* @package elabftw
7+
*
8+
* Config file for building node apps with webpack
9+
*
10+
*/
111
const path = require('path');
212

313
module.exports = {

0 commit comments

Comments
 (0)