Fix bower can't run in some OS

This commit is contained in:
Ali Al Dallal 2014-09-11 16:06:27 -04:00
parent 5dfebed4c7
commit 5a75de1881
3 changed files with 3 additions and 8 deletions

View File

@ -2,10 +2,6 @@
"name": "filer",
"version": "0.0.28",
"main": "dist/filer.js",
"devDependencies": {
"mocha": "1.17.1",
"chai": "1.9.0"
},
"ignore": [
"build",
"examples",

View File

@ -17,7 +17,6 @@
"bugs": "https://github.com/js-platform/filer/issues",
"license": "BSD",
"scripts": {
"postinstall": "./node_modules/.bin/bower install",
"test": "grunt test"
},
"repository": {

View File

@ -2,9 +2,9 @@
<head>
<meta charset="utf-8">
<title>Mocha Tests</title>
<link rel="stylesheet" href="../bower_components/mocha/mocha.css" />
<script src="../bower_components/chai/chai.js"></script>
<script src="../bower_components/mocha/mocha.js"></script>
<link rel="stylesheet" href="../node_modules/mocha/mocha.css" />
<script src="../node_modules/chai/chai.js"></script>
<script src="../node_modules/mocha/mocha.js"></script>
<script>
mocha.setup('bdd').timeout(5000).slow(250);;