Skip to content

Commit eb16f78

Browse files
committed
refactoring abort zeit/ncc
1 parent 6fba63e commit eb16f78

7,121 files changed

Lines changed: 1135775 additions & 29332 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ bower_components
3838
build/Release
3939

4040
# Dependency directories
41-
node_modules/
41+
#node_modules/
4242
jspm_packages/
4343

4444
# TypeScript v1 declaration files

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ outputs:
3737
description: 'The URL users can navigate to in order to download the uploaded asset'
3838
runs:
3939
using: 'node12'
40-
main: 'dist/index.js'
40+
main: 'src/main.js'
4141
branding:
4242
icon: 'tag'
4343
color: 'gray-dark'

0 commit comments

Comments
 (0)