Skip to content

Commit 14412ef

Browse files
authored
yarn compatibility (#42)
* yarn compatibility * 1.0.0-rc.2
1 parent d4bb25e commit 14412ef

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@observablehq/create",
3-
"version": "1.0.0-rc.1",
3+
"version": "1.0.0-rc.2",
44
"license": "ISC",
55
"type": "module",
66
"publishConfig": {
@@ -12,7 +12,8 @@
1212
},
1313
"bin": {
1414
"observablehq-create": "bin/observable-create.js",
15-
"observable-create": "bin/observable-create.js"
15+
"observable-create": "bin/observable-create.js",
16+
"create": "bin/observable-create.js"
1617
},
1718
"files": [
1819
"bin/observable-create.js"

0 commit comments

Comments
 (0)