Skip to content

Commit

Permalink
removed express dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
fabyanmartin committed May 4, 2018
1 parent 51c2dfc commit 9a53616
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-context-menu-js",
"version": "0.11.2",
"version": "0.11.3",
"homepage": "https://github.com/fabyanmartin/ngContextMenu",
"authors": [
"Adam Timberlake <adam.timberlake@gmail.com>",
Expand All @@ -18,7 +18,6 @@
],
"dependencies": {
"angular": ">=1.3.0",
"angular-mocks": ">=1.3.0",
"express": "^4.14.0"
"angular-mocks": ">=1.3.0"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-context-menu-js",
"version": "0.11.2",
"version": "0.11.3",
"description": "Handcraft your very own context menus for a richer UX!",
"main": "dist/ng-contextmenu.js",
"scripts": {
Expand Down

0 comments on commit 9a53616

Please sign in to comment.