Skip to content

Commit c94e5e4

Browse files
committed
Bump version
1 parent 540a575 commit c94e5e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "why-search-syntax",
33
"homepage": "https://github.com/why-haxe/why-search-syntax",
4-
"version": "0.1.2",
4+
"version": "0.1.4",
55
"author": "kevinresol",
66
"main": "bin/js-out/index.js",
77
"files": [
@@ -10,7 +10,7 @@
1010
],
1111
"types": "search-syntax.d.ts",
1212
"scripts": {
13-
"prepublish": "haxe js.hxml && yarn babel bin/js --out-dir bin/js-out"
13+
"prepublishOnly": "haxe js.hxml && yarn babel bin/js --out-dir bin/js-out"
1414
},
1515
"devDependencies": {
1616
"@babel/cli": "^7.22.9",

0 commit comments

Comments
 (0)