Skip to content

Commit

Permalink
Issue #386 [Enhancement][WIP] Portable plugins as optionalDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
t2ym committed Oct 14, 2020
1 parent 60f7f5c commit 74baeac
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,10 @@
"pako": "^1.0.10",
"sha.js": "^2.4.8"
},
"devDependencies": {
"@jsenv/node-module-import-map": "^12.0.1",
"optionalDependencies": {
"@thin-hook/about-blank-redirector": "file:plugins/about-blank-redirector",
"@thin-hook/automation-secret": "file:plugins/automation-secret",
"@thin-hook/bootstrap-js": "file:plugins/bootstrap-js",
"@thin-hook/build": "file:plugins/build",
"@thin-hook/build-test": "file:plugins/build-test",
"@thin-hook/bundle-browserify": "file:plugins/bundle-browserify",
"@thin-hook/bundle-rollup": "file:plugins/bundle-rollup",
"@thin-hook/bundle-webpack": "file:plugins/bundle-webpack",
Expand All @@ -78,11 +75,7 @@
"@thin-hook/clean-gzip-json": "file:plugins/clean-gzip-json",
"@thin-hook/content-loader-js": "file:plugins/content-loader-js",
"@thin-hook/context-generator-js": "file:plugins/context-generator-js",
"@thin-hook/demo-convert-full": "file:plugins/demo-convert-full",
"@thin-hook/demo-convert-skinny": "file:plugins/demo-convert-skinny",
"@thin-hook/demo-gulpfile-js": "file:plugins/demo-gulpfile-js",
"@thin-hook/entry-page": "file:plugins/entry-page",
"@thin-hook/examples": "file:examples/plugins/examples",
"@thin-hook/frontend-components": "file:plugins/frontend-components",
"@thin-hook/generate-import-maps": "file:plugins/generate-import-maps",
"@thin-hook/gzip-frontend": "file:plugins/gzip-frontend",
Expand All @@ -102,7 +95,16 @@
"@thin-hook/script-hashes-integrity": "file:plugins/script-hashes-integrity",
"@thin-hook/script-hashes-js": "file:plugins/script-hashes-js",
"@thin-hook/url-parameters": "file:plugins/url-parameters",
"@thin-hook/wrap-globals-js": "file:plugins/wrap-globals-js",
"@thin-hook/wrap-globals-js": "file:plugins/wrap-globals-js"
},
"devDependencies": {
"@jsenv/node-module-import-map": "^12.0.1",
"@thin-hook/build": "file:plugins/build",
"@thin-hook/build-test": "file:plugins/build-test",
"@thin-hook/demo-convert-full": "file:plugins/demo-convert-full",
"@thin-hook/demo-convert-skinny": "file:plugins/demo-convert-skinny",
"@thin-hook/demo-gulpfile-js": "file:plugins/demo-gulpfile-js",
"@thin-hook/examples": "file:examples/plugins/examples",
"argparse": "^1.0.10",
"body-parser": "^1.18.2",
"browserify": "^14.0.0",
Expand Down

0 comments on commit 74baeac

Please sign in to comment.