Skip to content

Commit

Permalink
Merge branch 'release/0.3.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-scherzinger committed Feb 17, 2016
2 parents 34f1a7c + ada2933 commit 15e2644
Show file tree
Hide file tree
Showing 8 changed files with 280 additions and 14,695 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,6 @@ out/
atlassian-ide-plugin.xml

# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
com_crashlytics_export_strings.xml

/test/results.json
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,8 @@ $ istanbul cover _mocha -- -R spec
- `add(…)` and `permissions(…)` is implemented recursive which is probably not ideal
## Changelog
### 0.3.5
- removed dependency lodash. shiro-trie is super slim now.
### 0.3.4
- dependency update
Expand Down
6 changes: 2 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "shiro-trie",
"main": "dist/shiro-trie.js",
"version": "0.3.3",
"version": "0.3.5",
"homepage": "https://github.com/entrecode/shiro-trie",
"authors": [
"Ruben Deyhle <deyhle@entrecode.de>",
Expand All @@ -26,7 +26,5 @@
"test",
"tests"
],
"dependencies": {
"lodash": "~4.2.1"
}
"dependencies": {}
}
Loading

0 comments on commit 15e2644

Please sign in to comment.