Skip to content

Commit

Permalink
Component is no longer maintained and deprecated (see componentjs/com…
Browse files Browse the repository at this point in the history
…ponent#639). This removes the component.json file and moves the component depency on assert to a node dependency.
  • Loading branch information
CtrlC-Root committed Jan 26, 2016
1 parent 9ae6b76 commit 10038e4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 15 deletions.
14 changes: 0 additions & 14 deletions component.json

This file was deleted.

1 change: 1 addition & 0 deletions package.json
Expand Up @@ -3,6 +3,7 @@
"version": "0.0.0",
"private": true,
"devDependencies": {
"assert": "~1.3.0",
"mocha": "~1.9.0",
"grunt": "~0.4.1",
"grunt-reloadr": "~0.1.2",
Expand Down
2 changes: 1 addition & 1 deletion test/index.html
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>routie Tests</title>
<link rel="stylesheet" href="../node_modules/mocha/mocha.css" />
<script src="../components/assert/assert.js"></script>
<script src="../node_modules/assert/assert.js"></script>
<script src="../node_modules/mocha/mocha.js"></script>
<!--<script src="../components/blanket/dist/qunit/blanket.min.js" data-cover-adapter="../components/blanket/src/adapters/mocha-blanket.js"></script>-->
<script>mocha.setup('tdd')</script>
Expand Down

0 comments on commit 10038e4

Please sign in to comment.