backpack-usage-analyser
Advanced tools
Comparing version 0.0.3 to 0.1.0
@@ -9,2 +9,6 @@ # Changelog | ||
### Added | ||
- Android native support | ||
## 2018-01-18 - 0.0.3 | ||
### Fixed | ||
@@ -11,0 +15,0 @@ - Fixed readme formatting |
{ | ||
"name": "backpack-usage-analyser", | ||
"version": "0.0.3", | ||
"version": "0.1.0", | ||
"description": "A tool to analyse the usage of Backpack resources in codebases.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -37,2 +37,10 @@ /* | ||
}, | ||
android: { | ||
globs: [ | ||
'**/*.{java,kt,xml}', | ||
], | ||
patterns: [ | ||
/bpk/g, | ||
], | ||
}, | ||
}; |
18761
136