Removed lib directory

This commit is contained in:
Rachael Sewell 2019-08-03 18:31:57 -07:00 committed by GitHub
parent d8c14008f1
commit 3d98e5b2c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,4 +11,4 @@ outputs:
description: 'The time we we greeted you' description: 'The time we we greeted you'
runs: runs:
using: 'node12' using: 'node12'
main: 'lib/hello-world.js' main: 'index.js'