mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
Use ncc to pack dependencies
This commit is contained in:
parent
1471fe7d17
commit
0822ef6c96
4 changed files with 8 additions and 4 deletions
|
@ -3,13 +3,14 @@
|
|||
"version": "2.1.0",
|
||||
"private": true,
|
||||
"description": "Install SSH key in .ssh",
|
||||
"main": "lib/main.js",
|
||||
"main": "dist/index.js",
|
||||
"engines": {
|
||||
"node": ">=8.0.0",
|
||||
"npm": ">=5.7.0"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"release": "ncc build src/main.ts",
|
||||
"check-updates": "ncu",
|
||||
"lint": "run-p lint:*",
|
||||
"lint:ts": "eslint ./src --ext .ts",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue