Skip to content

Commit

Permalink
ncc is not compatible with bevry stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Logerfo committed Oct 25, 2019
1 parent 666c40f commit 82975c2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,3 @@ typings/
.next

package-lock.json

/dist
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ inputs:

runs:
using: 'node12'
main: 'dist/index.js'
main: 'src/main.js'
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"license": "MIT",
"main": "src/main.js",
"scripts": {
"build": "ncc build src/main.js",
"lint": "eslint src/main.js"
},
"dependencies": {
Expand All @@ -31,7 +30,6 @@
"istextorbinary": "2.5.1"
},
"devDependencies": {
"eslint": "6.5.1",
"@zeit/ncc": "0.20.5"
"eslint": "6.5.1"
}
}

0 comments on commit 82975c2

Please sign in to comment.