Skip to content

Commit

Permalink
Remove duplicate dependencies from bower
Browse files Browse the repository at this point in the history
  • Loading branch information
gnestor committed Sep 21, 2016
1 parent 7e3e9f3 commit 7d9450d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,14 @@
"bootstrap": "components/bootstrap#~3.3",
"bootstrap-tour": "0.9.0",
"codemirror": "~5.18",
"es6-promise": "~1.0",
"font-awesome": "components/font-awesome#~4.2.0",
"google-caja": "5669",
"jquery": "components/jquery#~2.0",
"jquery-ui": "components/jqueryui#~1.10",
"marked": "~0.3",
"MathJax": "components/MathJax#~2.6",
"moment": "~2.8.4",
"requirejs": "~2.1",
"text-encoding": "~0.1",
"underscore": "components/underscore#~1.5",
"jquery-typeahead": "~2.0.0"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@
"less": "~2",
"requirejs": "^2.1.17",
"style-loader": "^0.13.1",
"underscore": "^1.8.3",
"webpack": "^1.12.13"
},
"dependencies": {
"es6-promise": "^3.3.0",
"moment": "^2.8.4",
"preact": "^4.5.1",
"preact-compat": "^1.7.0",
"xterm": "^1.1.3"
"underscore": "^1.8.3",
"xterm": "^1.0"
}
}

0 comments on commit 7d9450d

Please sign in to comment.