Comparing version 1.2.5 to 1.2.6
@@ -8,2 +8,3 @@ const { readFileSync, writeFileSync } = require('fs'); | ||
const SEARCH_DIR = 'node_modules'; | ||
const csv = loadCSV(); | ||
@@ -10,0 +11,0 @@ const files = readDir(SEARCH_DIR); |
{ | ||
"name": "jetifire", | ||
"version": "1.2.5", | ||
"version": "1.2.6", | ||
"description": "Jetifire tool migrates support-library-dependent libraries to rely on the equivalent AndroidX packages instead.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -55,3 +55,3 @@ # Jetifire - A fast Node implementation | ||
2. Run Jetifire in `reverse` mode | ||
**Reverse mode** | ||
@@ -62,3 +62,3 @@ ```bash | ||
3. (Optional) add a `postinstall` script to your `package.json`: `"postinstall": "jetifire"` | ||
2. (Optional) add a `postinstall` script to your `package.json`: `"postinstall": "jetifire"` | ||
@@ -65,0 +65,0 @@ ## Usage notes |
189425