We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4bb25e commit 14412efCopy full SHA for 14412ef
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@observablehq/create",
3
- "version": "1.0.0-rc.1",
+ "version": "1.0.0-rc.2",
4
"license": "ISC",
5
"type": "module",
6
"publishConfig": {
@@ -12,7 +12,8 @@
12
},
13
"bin": {
14
"observablehq-create": "bin/observable-create.js",
15
- "observable-create": "bin/observable-create.js"
+ "observable-create": "bin/observable-create.js",
16
+ "create": "bin/observable-create.js"
17
18
"files": [
19
"bin/observable-create.js"
0 commit comments