mirror of
https://github.com/leoherzog/TorrentParts.git
synced 2026-01-24 04:08:04 -08:00
Organization!
This commit is contained in:
0
bundle.min.js → bin/bundle.min.js
vendored
0
bundle.min.js → bin/bundle.min.js
vendored
0
notyf.min.css → ext/notyf.min.css
vendored
0
notyf.min.css → ext/notyf.min.css
vendored
0
notyf.min.js → ext/notyf.min.js
vendored
0
notyf.min.js → ext/notyf.min.js
vendored
10
package.json
10
package.json
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"name": "torrentparts",
|
"name": "torrentparts",
|
||||||
"version": "0.0.1",
|
"version": "1.1",
|
||||||
"description": "📑 A website to inspect and edit Torrent files and Magnet URLs",
|
"description": "📑 A website to inspect and edit Torrent files and Magnet URLs",
|
||||||
"main": "bundle.js",
|
"main": "bin/bundle.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"browserify": "latest",
|
"browserify": "latest",
|
||||||
"Buffer": "latest",
|
"Buffer": "latest",
|
||||||
@@ -20,9 +20,9 @@
|
|||||||
"watchify": "latest"
|
"watchify": "latest"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"watch": "watchify parse.js -o bundle.js",
|
"watch": "watchify src/parse.js -o bin/bundle.js",
|
||||||
"compile": "browserify parse.js -o bundle.js",
|
"compile": "browserify src/parse.js -o bin/bundle.js",
|
||||||
"minify": "terser bundle.js -c -m -o bundle.min.js",
|
"minify": "terser bin/bundle.js -c -m -o bin/bundle.min.js",
|
||||||
"build": "npm run compile && npm run minify"
|
"build": "npm run compile && npm run minify"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|||||||
Reference in New Issue
Block a user