@sdeverywhere/create 0.2.40 → 0.2.41

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -6,15 +6,15 @@ Create a new [SDEverywhere](https://github.com/climateinteractive/SDEverywhere)
6
6
 
7
7
  The quickest way to get started with SDEverywhere is to open your terminal emulator ("Terminal" on macOS or Linux, or "Command Prompt" on Windows) and type the following commands.
8
8
 
9
- If you already have a directory containing a Vensim `mdl` file, change to that directory first.
10
- (The script will generate some new files in that directory, so if you would prefer, feel free to create a fresh directory that includes just your `mdl` file.)
9
+ If you already have a directory containing a Vensim `mdl` or Stella `stmx` model file, change to that directory first.
10
+ (The script will generate some new files in that directory, so if you would prefer, feel free to create a fresh directory that includes just your model file.)
11
11
 
12
12
  ```sh
13
- # Change to the directory containing your `mdl` file:
13
+ # Change to the directory containing your model file:
14
14
  cd my-project-folder
15
15
  ```
16
16
 
17
- Or, if you don't already have a Vensim `mdl` file, and/or you want to evaluate SDEverywhere for the first time, you can create an empty directory, and the script will add a sample model to get you started:
17
+ Or, if you don't already have a model file, and/or you want to evaluate SDEverywhere for the first time, you can create an empty directory, and the script will add a sample model to get you started:
18
18
 
19
19
  ```sh
20
20
  # Create an empty directory and change to that directory:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sdeverywhere/create",
3
- "version": "0.2.40",
3
+ "version": "0.2.41",
4
4
  "description": "Create a new SDEverywhere project with minimal configuration",
5
5
  "type": "module",
6
6
  "files": [
@@ -11,7 +11,7 @@
11
11
  "create-sde": "bin/create-sde.js"
12
12
  },
13
13
  "dependencies": {
14
- "@sdeverywhere/compile": "^0.7.32",
14
+ "@sdeverywhere/compile": "^0.7.33",
15
15
  "execa": "^6.1.0",
16
16
  "find-up": "^6.3.0",
17
17
  "fs-extra": "^10.1.0",