Skip to content

Commit da37120

Browse files
Merge pull request #144 from banana-three-join/chore/banana-three-join/update-package-json
[chore]: update package.json metadata and remove unused cross-env dep
2 parents 16b9d72 + 1870033 commit da37120

2 files changed

Lines changed: 9 additions & 103 deletions

File tree

package-lock.json

Lines changed: 3 additions & 94 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"name": "docsy-example-site",
2+
"name": "meshery-academy",
33
"version": "0.12.0",
44
"version.next": "0.12.1-dev-unreleased",
5-
"description": "Example site that uses Docsy theme for technical documentation.",
6-
"repository": "github:google/docsy-example",
7-
"homepage": "https://example.docsy.dev",
8-
"author": "Docsy Authors",
5+
"description": "Example Meshery Academy content",
6+
"repository": "github:meshery-extensions/meshery-academy",
7+
"homepage": "https://meshery.io/",
8+
"author": "Meshery Authors",
99
"license": "Apache-2.0",
10-
"bugs": "https://github.com/google/docsy-example/issues",
10+
"bugs": "https://github.com/meshery-extensions/meshery-academy/issues",
1111
"private": true,
1212
"spelling": "cSpell:ignore docsy hugo htmltest precheck postbuild rtlcss -",
1313
"scripts": {
@@ -16,15 +16,13 @@
1616
"_build": "npm run _hugo-dev",
1717
"_site": "npm run _hugo-dev -- --minify server",
1818
"_check:links": "echo \"Skipped: go run github.com/wjdp/htmltest@${HTMLTEST_VERSION:-latest} -s\"",
19-
"_local": "npx cross-env HUGO_MODULE_WORKSPACE=exoscale-academy.work",
2019
"build": "npm run _build",
2120
"build:preview": "npm run _hugo-dev -- --minify --baseURL \"${DEPLOY_PRIME_URL:-/}\"",
2221
"build:production": "npm run _hugo -- --minify --gc",
2322
"site": "npm run _site",
2423
"site:no-watch": "npm run _hugo-dev -- --minify --watch=false server",
2524
"clean": "rm -Rf public/* resources",
2625
"make:public": "git init -b main public",
27-
"local": "npm run _local -- npm run",
2826
"check:links": "npm run _check:links",
2927
"precheck:links": "npm run build",
3028
"postbuild:preview": "npm run _check:links",
@@ -39,7 +37,6 @@
3937
},
4038
"devDependencies": {
4139
"autoprefixer": "^10.4.27",
42-
"cross-env": "^7.0.3",
4340
"hugo-extended": "0.158.0",
4441
"postcss": "^8.5.12",
4542
"postcss-cli": "^11.0.1",

0 commit comments

Comments
 (0)