create-ripple 0.2.211 → 0.2.212
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.
- package/README.md +3 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
# create-ripple
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/create-ripple)
|
|
4
|
+
[](https://www.npmjs.com/package/create-ripple)
|
|
5
|
+
|
|
3
6
|
Interactive CLI tool for creating new Ripple applications. Alias for the
|
|
4
7
|
`@ripple-ts/cli` package.
|
|
5
8
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-ripple",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.212",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Ripple Team",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"create-ripple": "./dist/index.js"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@ripple-ts/cli": "0.2.
|
|
34
|
+
"@ripple-ts/cli": "0.2.212"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"tsdown": "^0.15.4"
|