mirror of
https://github.com/actions/deploy-pages.git
synced 2025-12-09 20:36:12 +00:00
Merge pull request #65 from actions/unused-deps
Clean up some unused dependencies
This commit is contained in:
@@ -1 +0,0 @@
|
|||||||
module.exports = { presets: ['@babel/preset-env'] }
|
|
||||||
4
dist/index.js
vendored
4
dist/index.js
vendored
@@ -8199,8 +8199,6 @@ module.exports = function getContext() {
|
|||||||
/***/ 2877:
|
/***/ 2877:
|
||||||
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
||||||
|
|
||||||
__nccwpck_require__(4307)
|
|
||||||
|
|
||||||
const core = __nccwpck_require__(2186)
|
const core = __nccwpck_require__(2186)
|
||||||
const axios = __nccwpck_require__(6545)
|
const axios = __nccwpck_require__(6545)
|
||||||
|
|
||||||
@@ -8662,8 +8660,6 @@ module.exports = require("zlib");
|
|||||||
var __webpack_exports__ = {};
|
var __webpack_exports__ = {};
|
||||||
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
|
||||||
(() => {
|
(() => {
|
||||||
__nccwpck_require__(4307)
|
|
||||||
|
|
||||||
// This package assumes a site has already been built and the files exist in the current workspace
|
// This package assumes a site has already been built and the files exist in the current workspace
|
||||||
// If there's an artifact named `artifact.tar`, it can upload that to actions on its own,
|
// If there's an artifact named `artifact.tar`, it can upload that to actions on its own,
|
||||||
// without the user having to do the tar process themselves.
|
// without the user having to do the tar process themselves.
|
||||||
|
|||||||
2
dist/index.js.map
vendored
2
dist/index.js.map
vendored
File diff suppressed because one or more lines are too long
@@ -1,5 +0,0 @@
|
|||||||
module.exports = {
|
|
||||||
transform: {
|
|
||||||
'^.+\\.(js|jsx)$': 'babel-jest'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
2691
package-lock.json
generated
2691
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -4,16 +4,11 @@
|
|||||||
"description": "Deploy an actions artifact to GitHub Pages",
|
"description": "Deploy an actions artifact to GitHub Pages",
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/artifact": "^0.5.2",
|
|
||||||
"@actions/core": "^1.9.1",
|
"@actions/core": "^1.9.1",
|
||||||
"@babel/plugin-transform-runtime": "^7.16.0",
|
|
||||||
"axios": "^0.24.0",
|
"axios": "^0.24.0",
|
||||||
"axios-retry": "^3.2.4",
|
"axios-retry": "^3.2.4"
|
||||||
"regenerator-runtime": "^0.13.9",
|
|
||||||
"tar": "^6.1.11"
|
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/preset-env": "^7.16.0",
|
|
||||||
"@vercel/ncc": "^0.31.1",
|
"@vercel/ncc": "^0.31.1",
|
||||||
"eslint": "^8.2.0",
|
"eslint": "^8.2.0",
|
||||||
"eslint-config-prettier": "^8.3.0",
|
"eslint-config-prettier": "^8.3.0",
|
||||||
|
|||||||
@@ -8199,8 +8199,6 @@ module.exports = function getContext() {
|
|||||||
/***/ 2877:
|
/***/ 2877:
|
||||||
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
|
||||||
|
|
||||||
__nccwpck_require__(4307)
|
|
||||||
|
|
||||||
const core = __nccwpck_require__(2186)
|
const core = __nccwpck_require__(2186)
|
||||||
const axios = __nccwpck_require__(6545)
|
const axios = __nccwpck_require__(6545)
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -1,5 +1,3 @@
|
|||||||
require('regenerator-runtime/runtime')
|
|
||||||
|
|
||||||
const core = require('@actions/core')
|
const core = require('@actions/core')
|
||||||
const axios = require('axios')
|
const axios = require('axios')
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
require('regenerator-runtime/runtime')
|
|
||||||
|
|
||||||
// This package assumes a site has already been built and the files exist in the current workspace
|
// This package assumes a site has already been built and the files exist in the current workspace
|
||||||
// If there's an artifact named `artifact.tar`, it can upload that to actions on its own,
|
// If there's an artifact named `artifact.tar`, it can upload that to actions on its own,
|
||||||
// without the user having to do the tar process themselves.
|
// without the user having to do the tar process themselves.
|
||||||
|
|||||||
Reference in New Issue
Block a user