Skip to content

Commit

Permalink
Package and readme changes for 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sirugh committed Dec 13, 2024
1 parent 474eb4b commit 9821868
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Additionally, you need to have the following modules and customizations installe

## Documentation

Before using the aem-boilerplate, we recommand you to go through the documentation on https://www.aem.live/docs/ and more specifically:
Before using the boilerplate, we recommand you to go through the documentation on https://www.aem.live/docs/ and more specifically:
1. [Developer Tutorial](https://www.aem.live/developer/tutorial)
2. [The Anatomy of a Project](https://www.aem.live/developer/anatomy-of-a-project)
3. [Web Performance](https://www.aem.live/developer/keeping-it-100)
Expand All @@ -42,7 +42,7 @@ npm run lint

## Local development

1. Create a new repository based on the `aem-boilerplate` template and add a mountpoint in the `fstab.yaml`
1. Create a new repository based on the `aem-boilerplate-commerce` template and add a mountpoint in the `fstab.yaml`
1. Add the [AEM Code Sync GitHub App](https://github.com/apps/aem-code-sync) to the repository
1. Add your Adobe Commerce SaaS configuration in the `configs.xlsx` sheet in your content repository.
1. Install all dependencies using `npm i`.
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@adobe/aem-boilerplate",
"name": "@adobe/aem-boilerplate-commerce",
"private": true,
"version": "1.3.0",
"description": "Starter project for Adobe Helix",
"version": "1.0.0",
"description": "Starter project for Adobe Commerce on Edge Delivery Services",
"scripts": {
"lint:js": "eslint .",
"lint:css": "stylelint blocks/**/*.css styles/*.css",
Expand All @@ -14,14 +14,14 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/adobe/aem-boilerplate.git"
"url": "git+https://github.com/hlxsites/aem-boilerplate-commerce.git"
},
"author": "Adobe",
"license": "Apache License 2.0",
"bugs": {
"url": "https://github.com/adobe/aem-boilerplate/issues"
"url": "https://github.com/hlxsites/aem-boilerplate-commerce/issues"
},
"homepage": "https://github.com/adobe/aem-boilerplate#readme",
"homepage": "https://github.com/hlxsites/aem-boilerplate-commerce#readme",
"devDependencies": {
"@adobe/aem-cli": "^16.5.8",
"@babel/eslint-parser": "7.25.9",
Expand Down

0 comments on commit 9821868

Please sign in to comment.