@mastrojs/create-mastro 0.0.2 → 0.0.3

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 +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -2,8 +2,8 @@ Create a new [Mastro](https://mastrojs.github.io/) project. Usage:
2
2
 
3
3
  Deno:
4
4
 
5
- deno run -A npm:@mastrojs/init@latest
5
+ deno run -A npm:@mastrojs/create-mastro@latest
6
6
 
7
7
  Node.js
8
8
 
9
- npx @mastrojs/init@latest
9
+ pnpm create @mastrojs/mastro@latest
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@mastrojs/create-mastro",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "type": "module",
5
5
  "scripts": {
6
- "publish": "deno check && npm publish --access public"
6
+ "publish": "deno check && npm publish"
7
7
  },
8
8
  "bin": {
9
9
  "create-mastro": "index.js"