Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
update electron version
Browse files Browse the repository at this point in the history
  • Loading branch information
elringus committed May 20, 2020
1 parent c2815f8 commit 0fd1465
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tree-sitter-naninovel",
"version": "1.1.0",
"version": "1.1.1",
"description": "Naniscript grammar for tree-sitter.",
"main": "index.js",
"repository": {
Expand All @@ -21,7 +21,7 @@
"build": "tree-sitter generate && node-gyp build",
"install": "prebuild-install || node-gyp rebuild",
"cleanup": "rm -rf build && rm -rf prebuilds",
"pre-build": "yarn run cleanup && prebuild -r electron -t 3.0.0 -t 4.0.0 -t 4.0.4 --strip && prebuild --upload-all",
"pre-build": "yarn run cleanup && prebuild -r electron -t 3.0.0 -t 4.0.0 -t 4.0.4 -t 5.0.0 --strip && prebuild --upload-all",
"pre-build:upload": "prebuild --upload-all",
"compile": "npm install && node-gyp configure && node_modules/.bin/tree-sitter generate && node-gyp build",
"test": "node_modules/.bin/tree-sitter test",
Expand Down

0 comments on commit 0fd1465

Please sign in to comment.