Skip to content

Commit

Permalink
Update deps and prepare new version
Browse files Browse the repository at this point in the history
  • Loading branch information
razzeee committed Jul 17, 2019
1 parent b09269e commit 63fb431
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tree-sitter-elm",
"version": "2.4.1",
"version": "2.5.0",
"description": "Tree sitter definitions for elm",
"main": "index.js",
"keywords": [
Expand All @@ -10,12 +10,12 @@
"author": "Razze",
"license": "MIT",
"dependencies": {
"nan": "^2.13.2",
"nan": "^2.14.0",
"prebuild-install": "^5.3.0"
},
"devDependencies": {
"prebuild": "^9.0.0",
"tree-sitter-cli": "^0.15.5"
"prebuild": "^9.0.1",
"tree-sitter-cli": "^0.15.6"
},
"scripts": {
"build": "tree-sitter generate && node-gyp build --debug",
Expand Down

0 comments on commit 63fb431

Please sign in to comment.