mirror of
https://github.com/iptv-org/iptv-org.github.io.git
synced 2025-05-11 01:20:06 -04:00
Remove gh-pages package
This commit is contained in:
parent
f04d3e3275
commit
259106c63f
3 changed files with 8 additions and 805 deletions
|
@ -1,5 +0,0 @@
|
|||
import { publish } from 'gh-pages'
|
||||
|
||||
publish('build', () => {
|
||||
console.log('Deploy Complete!')
|
||||
})
|
798
package-lock.json
generated
798
package-lock.json
generated
File diff suppressed because it is too large
Load diff
10
package.json
10
package.json
|
@ -5,19 +5,15 @@
|
|||
"dev": "svelte-kit dev",
|
||||
"build": "svelte-kit build",
|
||||
"package": "svelte-kit package",
|
||||
"preview": "svelte-kit preview",
|
||||
"deploy": "node ./gh-pages.js"
|
||||
"preview": "svelte-kit preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@sveltejs/adapter-auto": "next",
|
||||
"@sveltejs/adapter-static": "^1.0.0-next.28",
|
||||
"@sveltejs/kit": "next",
|
||||
"gh-pages": "^3.2.3",
|
||||
"lodash": "^4.17.21",
|
||||
"prettier-plugin-svelte": "^2.6.0",
|
||||
"svelte": "^3.44.0"
|
||||
},
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"lodash": "^4.17.21"
|
||||
}
|
||||
"type": "module"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue