Skip to content

Commit 0d4b399

Browse files
authored
1.0.0-rc.2 (#705)
* latest instead of * * 1.0.0-rc.2
1 parent 0af7111 commit 0d4b399

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@observablehq/framework",
33
"license": "ISC",
4-
"version": "1.0.0-rc.1",
4+
"version": "1.0.0-rc.2",
55
"type": "module",
66
"publishConfig": {
77
"access": "public"

templates/default/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"observable": "observable"
1010
},
1111
"dependencies": {
12-
"@observablehq/framework": "*",
12+
"@observablehq/framework": "latest",
1313
"d3-dsv": "^3.0.1",
1414
"d3-time-format": "^4.1.0"
1515
}

0 commit comments

Comments
 (0)