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 0af7111 commit 0d4b399Copy full SHA for 0d4b399
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@observablehq/framework",
3
"license": "ISC",
4
- "version": "1.0.0-rc.1",
+ "version": "1.0.0-rc.2",
5
"type": "module",
6
"publishConfig": {
7
"access": "public"
templates/default/package.json
@@ -9,7 +9,7 @@
9
"observable": "observable"
10
},
11
"dependencies": {
12
- "@observablehq/framework": "*",
+ "@observablehq/framework": "latest",
13
"d3-dsv": "^3.0.1",
14
"d3-time-format": "^4.1.0"
15
}
0 commit comments