Skip to content
This repository was archived by the owner on Dec 10, 2019. It is now read-only.

Commit 05fdab5

Browse files
committed
hello world
1 parent c7fa6d8 commit 05fdab5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

index.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
"use strict";
2+
console.log('index!');
3+
function plugin_init(patternlab) {
4+
console.log('plugin_init!');
5+
}
6+
7+
module.exports = plugin_init;

0 commit comments

Comments
 (0)