fix(fake-plugin): add index.js to published package

Restore (?) missing scripts
This commit is contained in:
Christopher Hiller
2022-06-08 15:42:34 -07:00
parent 485239d599
commit 2bd8b417a4
3 changed files with 5 additions and 0 deletions

View File

@@ -0,0 +1 @@
throw Error('Unsuccessfully ran the script');

View File

@@ -0,0 +1,3 @@
import log from '../logger';
log.info('Successfully ran the script');

View File

@@ -18,6 +18,7 @@
"lib": "./lib"
},
"files": [
"index.js",
"lib",
"build"
],