Skip to content

Commit

Permalink
Update readme and version
Browse files Browse the repository at this point in the history
  • Loading branch information
asacolips committed Mar 25, 2024
1 parent 042d983 commit 6dad929
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ There are two ways to get started: using the Boilerplate system generator comman

Regardless of which method you choose, think carefully about your system's name. Your system's package name when submitted to Foundry must be formatted like `alphanumeric-lowercase`, and it must be unique. Check the Foundry systems package list for conflicts before committing to a name!

> **Data Models**
>
> If you would like to use DataModel classes instead of the older template.json configuration, you'll need to use the `npm run generate` command described below and choose to enable them when asked. DataModels are currently an optional feature, and are only availabe in the generator CLI due to that.
### Generator

This system includes a generator CLI in `package.json`. To use it, you must have [node.js](https://nodejs.org) installed, and it's recommended that you install node 20 or later.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "boilerplate",
"version": "1.0.0",
"version": "2.0.0",
"description": "CSS compiler for the Boilerplate system",
"scripts": {
"build": "sass src/scss/boilerplate.scss css/boilerplate.css --style=expanded --no-source-map",
Expand Down
2 changes: 1 addition & 1 deletion system.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"thumbnail": "systems/boilerplate/assets/anvil-impact.png"
}
],
"version": "1.3.0",
"version": "2.0.0",
"compatibility": {
"minimum": 11,
"verified": "11.315"
Expand Down

0 comments on commit 6dad929

Please sign in to comment.