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 4bf10b8 commit f6ca24fCopy full SHA for f6ca24f
package.json
@@ -3,7 +3,7 @@
3
"displayName": "Odyssey",
4
"description": "An interactive workbench for the Herbie floating-point tool https://github.com/herbie-fp/herbie",
5
"icon": "images/odyssey-icon.png",
6
- "version": "1.0.0",
+ "version": "1.0.2",
7
"repository": "https://github.com/herbie-fp/herbie-vscode",
8
"publisher": "herbie-fp",
9
"engines": {
@@ -22,6 +22,7 @@
22
]
23
},
24
"scripts": {
25
+ "publish": "vsce publish",
26
"vscode:prepublish": "npm run package",
27
"compile": "webpack",
28
"watch": "webpack --watch",
0 commit comments