Browse Source

HUE-9206 [tools] First npm release with parser module

Romain 5 years ago
parent
commit
50ff4c40cb
1 changed files with 5 additions and 2 deletions
  1. 5 2
      package.json

+ 5 - 2
package.json

@@ -1,6 +1,6 @@
 {
   "name": "gethue",
-  "version": "4.6.0",
+  "version": "4.6.3",
   "description": "Hue is an Open source SQL Query Editor for Databases/Warehouses",
   "homepage": "http://gethue.com",
   "repository": {
@@ -117,5 +117,8 @@
     "test-dev": "jest --watch",
     "test-clearCache": "jest --clearCache"
   },
-  "files": []
+  "files": [
+    "desktop/core/src/desktop/js/parse",
+    "desktop/core/src/desktop/js/sql"
+  ]
 }