Skip to content

Commit

Permalink
pages
Browse files Browse the repository at this point in the history
  • Loading branch information
codess-aus committed Apr 30, 2024
1 parent 22b4f0d commit ce9a90a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "educator-js-codespace-template",
"name": "CWB Hackathon App",
"version": "1.0.0",
"description": "Educator JS Codespace Template",
"source": "src/index.html",
"homepage": "https://github.com/microsoft/codespaces-teaching-template-js#readme",
"homepage": "https://codess-aus.github.io/CWBHackathonApp/",
"scripts": {
"start": "parcel",
"build": "parcel build",
"build-gh": "parcel build --public-url 'https://{github-username}.github.io/{repo-name}'",
"build-gh": "parcel build --public-url 'https://codess-aus.github.io/CWBHackathonApp'",
"predeploy": "npm run build-gh",
"deploy": "gh-pages -d dist"
},
Expand Down

0 comments on commit ce9a90a

Please sign in to comment.