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 540a575 commit c94e5e4Copy full SHA for c94e5e4
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "why-search-syntax",
3
"homepage": "https://github.com/why-haxe/why-search-syntax",
4
- "version": "0.1.2",
+ "version": "0.1.4",
5
"author": "kevinresol",
6
"main": "bin/js-out/index.js",
7
"files": [
@@ -10,7 +10,7 @@
10
],
11
"types": "search-syntax.d.ts",
12
"scripts": {
13
- "prepublish": "haxe js.hxml && yarn babel bin/js --out-dir bin/js-out"
+ "prepublishOnly": "haxe js.hxml && yarn babel bin/js --out-dir bin/js-out"
14
},
15
"devDependencies": {
16
"@babel/cli": "^7.22.9",
0 commit comments